UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

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;