UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

8 lines (5 loc) 210 B
'use strict'; const getPackageType = require('./async.cjs'); const getPackageTypeSync = require('./sync.cjs'); module.exports = filename => getPackageType(filename); module.exports.sync = getPackageTypeSync;