UNPKG

react-monnify-2

Version:

This is an reactJS library for implementing monnify payment gateway

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