UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

8 lines (7 loc) 190 B
import '../_version.js'; /** * A helper function that prevents a promise from being flagged as unused. * * @private **/ export declare function dontWaitFor(promise: Promise<any>): void;