UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

8 lines (5 loc) 220 B
var flags = require('../regexp/flags'); var RegExpPrototype = RegExp.prototype; module.exports = function (it) { return (it === RegExpPrototype || it instanceof RegExp) && !('flags' in it) ? flags(it) : it.flags; };