UNPKG

@kp-mods/fs.walk

Version:

A library for efficiently walking a directory recursively

7 lines (6 loc) 165 B
/** * An error to be thrown when the request is aborted by AbortController. */ export declare class AbortError extends Error { constructor(message?: string); }