UNPKG

react-korapay

Version:

This is a react package for implementing korapay collection gateway

14 lines (13 loc) 181 B
module.exports = { presets: [ [ "@babel/preset-env", { targets: { node: "current" } } ], "@babel/preset-typescript" ] };