UNPKG

fs-zoo

Version:

File system abstractions and implementations

5 lines (4 loc) 323 B
export declare const parseParts: (path: string) => string[]; export declare const parseId: (path: string) => [collection: string[], id: string]; export declare const assertName: (name: string, method: string, klass: string) => void; export declare const assertType: (type: string[], method: string, klass: string) => void;