UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

10 lines (8 loc) 196 B
import {enableES5} from "./es5" import {enableMapSet} from "./mapset" import {enablePatches} from "./patches" export function enableAllPlugins() { enableES5() enableMapSet() enablePatches() }