UNPKG

@almaclaine/fs-utils

Version:
6 lines 376 B
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