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
      • Parameters

        • p: any

        Returns boolean

  • isPathEqual: ((one: string, two: string) => boolean)
      • (one: string, two: string): boolean
      • Parameters

        • one: string
        • two: string

        Returns boolean

Generated using TypeDoc