UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

5 lines (4 loc) 222 B
/// <reference types="node" /> import * as fs from 'fs'; export declare function fileExistsSync(filePath: fs.PathLike): boolean; export declare function throwIfIsInvalidSourceFileError(filepath: string, error: any): void;