Hierarchy

  • OutputFileSystem

Properties

dirname?: ((arg0) => string)

Type declaration

    • (arg0): string
    • Parameters

      • arg0: string

      Returns string

join?: ((arg0, arg1) => string)

Type declaration

    • (arg0, arg1): string
    • Parameters

      • arg0: string
      • arg1: string

      Returns string

lstat?: ((arg0, arg1) => void)

Type declaration

    • (arg0, arg1): void
    • Parameters

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

            Returns void

      Returns void

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

Type declaration

    • (arg0, arg1): void
    • Parameters

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

            Returns void

      Returns void

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

Type declaration

    • (arg0, arg1): void
    • Parameters

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

            Returns void

      Returns void

readdir?: ((arg0, arg1) => void)

Type declaration

    • (arg0, arg1): void
    • Parameters

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

      Returns void

relative?: ((arg0, arg1) => string)

Type declaration

    • (arg0, arg1): string
    • Parameters

      • arg0: string
      • arg1: string

      Returns string

rmdir?: ((arg0, arg1) => void)

Type declaration

    • (arg0, arg1): void
    • Parameters

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

            Returns void

      Returns void

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

Type declaration

    • (arg0, arg1): void
    • Parameters

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

            Returns void

      Returns void

unlink?: ((arg0, arg1) => void)

Type declaration

    • (arg0, arg1): void
    • Parameters

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

            Returns void

      Returns void

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

Type declaration

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

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

            Returns void

      Returns void

Generated using TypeDoc