UNPKG

file-manipulator

Version:

## Easy File operations library

7 lines (5 loc) 149 B
type FixFuncType = (x?: any) => Promise<boolean> export abstract class ManipulatorInterfaceType { folder?: FixFuncType file?: FixFuncType }