aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/globals.d.ts
blob: b9b691ba147a1cb37a0fe2f4db5579a2e6a8f314 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
declare module 'web3_beta';

// semver-sort declarations
declare module 'semver-sort' {
    const desc: (versions: string[]) => string[];
}

declare module '*.json' {
    const json: any;
    /* tslint:disable */
    export default json;
    /* tslint:enable */
}