UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

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;