UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

6 lines (4 loc) 98 B
declare module 'regex-parser' { function Parse(regexString: string): RegExp; export = Parse; }