UNPKG

standard-pkg

Version:

<p align="center"> <img alt="Logo" src="https://i.imgur.com/MsQMjew.png" width="420"> </p>

3 lines (2 loc) 153 B
export declare const glob: (path: string, options?: Object) => Promise<Array<string>>; export declare const readFile: (path: string) => Promise<string>;