aboutsummaryrefslogtreecommitdiffstats
path: root/packages/assert/src/globals.d.ts
blob: cc47f3113b1e55b9736a72174406c63a1183fc47 (plain) (blame)
1
2
3
4
5
declare module 'dirty-chai';

declare module 'ethereum-address' {
    const isAddress: (arg: any) => boolean;
}