fileSystem.d.ts 69 B

1
  1. export declare const readFileAsync: (path: string) => Promise<any>;