fs-zoo
Version:
File system abstractions and implementations
6 lines (5 loc) • 359 B
TypeScript
export declare const newFile404Error: (collection: string[], id: string) => DOMException;
export declare const newFolder404Error: (collection: string[]) => DOMException;
export declare const newExistsError: () => DOMException;
export declare const newMissingError: () => DOMException;
export declare const newNotWritableError: (path: string) => DOMException;