(source: string, target: string)
| 70 | appendFile(path: string, data: string, encoding: string): Promise<void>; |
| 71 | cancelFetch(requestId: CodegenTypes.Int32): Promise<void>; |
| 72 | concatFiles(source: string, target: string): Promise<number>; |
| 73 | cp(source: string, target: string): Promise<void>; |
| 74 | /** |
| 75 | * `type` only used on Android. |
no outgoing calls
no test coverage detected