UNPKG

@contextjs/io

Version:

File system utilities for reading, writing, and inspecting files, directories, and paths.

7 lines (6 loc) 278 B
export * from "../path/directory.js"; export * from "../path/file.js"; export * from "../path/path.js"; export * from "../exceptions/file-exists.exception.js"; export * from "../exceptions/file-not-found.exception.js"; export * from "../exceptions/path-not-found.exception.js";