aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/src/globals.d.ts
blob: f807730ccab923fcb6bcae785a8129d8e4483f7d (plain) (blame)
1
2
3
4
5
6
// tslint:disable:completed-docs
declare module 'solidity-parser-sc' {
    // This is too time-consuming to define and we don't rely on it anyway
    export type AST = any;
    export function parse(sourceCode: string): AST;
}