Hierarchy

  • IntermediateFileSystemExtras

Properties

close: ((arg0, arg1) => void)

Type declaration

    • (arg0, arg1): void
    • Parameters

      • arg0: number
      • arg1: ((arg0?) => void)
          • (arg0?): void
          • Parameters

            Returns void

      Returns void

createWriteStream: ((arg0) => WritableStream)

Type declaration

mkdirSync: ((arg0) => void)

Type declaration

    • (arg0): void
    • Parameters

      • arg0: string

      Returns void

open: ((arg0, arg1, arg2) => void)

Type declaration

    • (arg0, arg1, arg2): void
    • Parameters

      • arg0: string
      • arg1: string
      • arg2: ((arg0?, arg1?) => void)
          • (arg0?, arg1?): void
          • Parameters

            Returns void

      Returns void

read: ((arg0, arg1, arg2, arg3, arg4, arg5) => void)

Type declaration

    • (arg0, arg1, arg2, arg3, arg4, arg5): void
    • Parameters

      • arg0: number
      • arg1: Buffer
      • arg2: number
      • arg3: number
      • arg4: number
      • arg5: ((arg0?, arg1?) => void)
          • (arg0?, arg1?): void
          • Parameters

            Returns void

      Returns void

rename: ((arg0, arg1, arg2) => void)

Type declaration

    • (arg0, arg1, arg2): void
    • Parameters

      • arg0: string
      • arg1: string
      • arg2: ((arg0?) => void)
          • (arg0?): void
          • Parameters

            Returns void

      Returns void

Generated using TypeDoc