Hierarchy

  • InputFileSystem

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

purge?: ((arg0?) => void)

Type declaration

    • (arg0?): void
    • Parameters

      • Optional arg0: string

      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

readJson?: ((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

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

Type declaration

    • (arg0, arg1): void
    • Parameters

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

            Returns void

      Returns void

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

Type declaration

    • (arg0, arg1): void
    • Parameters

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

            Returns void

      Returns void

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

Type declaration

    • (arg0, arg1): string
    • Parameters

      • arg0: string
      • arg1: string

      Returns string

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

Type declaration

    • (arg0, arg1): void
    • Parameters

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

            Returns void

      Returns void

Generated using TypeDoc