UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

8 lines (5 loc) 173 B
var crypto = require('crypto') exports.createSign = crypto.createSign exports.Sign = crypto.Sign exports.createVerify = crypto.createVerify exports.Verify = crypto.Verify