UNPKG

@nomiclabs/buidler

Version:

Buidler is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

3 lines 161 B
export declare function glob(pattern: string): Promise<string[]>; export declare function globSync(pattern: string): string[]; //# sourceMappingURL=glob.d.ts.map