node-ejs-renderer/node_modules/memfs/lib/fsa-to-crud/util.d.ts

6 lines
351 B
TypeScript
Raw Permalink Normal View History

2024-06-09 13:55:01 -04:00
import type * as crud from '../crud/types';
export declare const newFile404Error: (collection: crud.CrudCollection, id: string) => DOMException;
export declare const newFolder404Error: (collection: crud.CrudCollection) => DOMException;
export declare const newExistsError: () => DOMException;
export declare const newMissingError: () => DOMException;