@almaclaine/fs-utils
Version:
Utilities for working with the file system.
6 lines • 376 B
TypeScript
export declare const doesNotExistError: (path: string) => string;
export declare const alreadyExistsError: (path: string) => string;
export declare const isNotDirectoryError: (path: string) => string;
export declare const isDirectoryError: (path: string) => string;
export declare const isNotJsonFilError: (path: string) => string;
//# sourceMappingURL=errorTemplates.d.ts.map