default
Streaming file-system utilities for the anabranch ecosystem.
Errors that can occur when reading directories.
Finds all entries under root whose relative path matches the glob pattern.
Options for glob. Same as WalkOptions without match.
Lists the immediate children of a directory.
Reads an entire file as a Uint8Array.
Errors that can occur when reading files.
Reads a JSON file and parses it, returning the value typed as T.
Errors that can occur when reading JSON files.
Streams lines from a text file one at a time using node:readline.
Reads an entire file as a UTF-8 string.
Recursively walks a directory tree, yielding each entry.
Errors that can occur when watching the file system.
Writes a Uint8Array to a file, creating or overwriting it.
Errors that can occur when writing files.
Serialises value as JSON and writes it to a file, creating or overwriting it.
Writes a UTF-8 string to a file, creating or overwriting it.