Hierarchy

  • FileSystem

Properties

lstat?: {
    (arg0, arg1): void;
    (arg0, arg1, arg2): void;
}

Type declaration

readFile: {
    (arg0, arg1): void;
    (arg0, arg1, arg2): void;
}

Type declaration

readJson?: {
    (arg0, arg1): void;
    (arg0, arg1, arg2): void;
}

Type declaration

    • (arg0, arg1): void
    • Parameters

      Returns void

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

      Returns void

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

Type declaration

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

      • arg0: string
      • Optional arg1: null | "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex" | ((arg0?, arg1?) => void) | ReaddirOptions | "buffer"
      • Optional arg2: ((arg0?, arg1?) => void)
          • (arg0?, arg1?): void
          • Parameters

            Returns void

      Returns void

readlink: {
    (arg0, arg1): void;
    (arg0, arg1, arg2): void;
}

Type declaration

stat: {
    (arg0, arg1): void;
    (arg0, arg1, arg2): void;
}

Type declaration

Generated using TypeDoc