(targetPath: string, encoding: NodeJS.BufferEncoding)
| 47 | stat(targetPath: string): Promise<FsStats>; |
| 48 | readdir(targetPath: string): Promise<string[]>; |
| 49 | readFile(targetPath: string, encoding: NodeJS.BufferEncoding): Promise<string>; |
| 50 | } |
| 51 | |
| 52 | export interface FileTokenEntry { |
no outgoing calls
no test coverage detected