Files
powerpoint-toolbox/node_modules/memfs/lib/fsa-to-crud/util.d.ts
T
2025-03-07 19:22:02 +01:00

6 lines
351 B
TypeScript

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;