(
filename: string,
size: number,
type: string,
options?: { overwrite?: boolean }
)
| 22 | |
| 23 | export interface IStreamableFS { |
| 24 | createFile( |
| 25 | filename: string, |
| 26 | size: number, |
| 27 | type: string, |
no outgoing calls
no test coverage detected