UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

10 lines (5 loc) 148 B
'use strict'; const internals = {}; module.exports = function (timeout) { return new Promise((resolve) => setTimeout(resolve, timeout)); };