UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

2 lines (1 loc) 96 B
export declare function isPromise<T>(maybePromise: T | Promise<T>): maybePromise is Promise<T>;