UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

11 lines (9 loc) 326 B
'use strict'; var $ = require('../internals/export'); var IS_PURE = require('../internals/is-pure'); var $emplace = require('../internals/map-emplace'); // `Map.prototype.emplace` method // https://github.com/thumbsupep/proposal-upsert $({ target: 'Map', proto: true, real: true, forced: IS_PURE }, { emplace: $emplace });