UNPKG

177 BTypeScriptView Raw
1export interface IReadOptions {
2 path?: string;
3}
4export declare function exists(options?: IReadOptions): boolean;
5export declare function read(options?: IReadOptions): any;