UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

5 lines (4 loc) 200 B
/// <reference types="node" /> import * as fs from 'fs-extra'; export declare function stat(p: string): Promise<fs.Stats | undefined>; export declare function readdir(dir: string): Promise<string[]>;