Variable PathFileUtilConst
PathFileUtil: {
getFileContentSync: ((filePath: any, encoding?: BufferEncoding) => any);
isPath: ((p: any) => boolean);
isPathEqual: ((one: string, two: string) => boolean);
} = ...
Type declaration
-
getFileContentSync: ((filePath: any, encoding?: BufferEncoding) => any)
-
- (filePath: any, encoding?: BufferEncoding): any
-
Parameters
-
filePath: any
-
Optional
encoding: BufferEncoding
Returns any
-
isPath: ((p: any) => boolean)
-
- (p: any): boolean
-
Returns boolean
-
isPathEqual: ((one: string, two: string) => boolean)
-
- (one: string, two: string): boolean
-
Returns boolean