UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

10 lines (6 loc) 170 B
# `Function.identity` _(ext/function/identity)_ Returns input argument. ```javascript const identity = require("ext/function/identity"); identity("foo"); // "foo" ```