UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

10 lines (6 loc) 225 B
# `thenable.finally` _(ext/thenable\_/finally)_ `finally` method for any _thenable_ input ```javascript const finally = require("ext/thenable_/finally"); finally.call(thenable, () => console.log("Thenable resolved")); ```