UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

12 lines (11 loc) 243 B
import '../_version.js'; declare global { interface WorkerGlobalScope { __WB_DISABLE_DEV_LOGS: boolean; } interface Window { __WB_DISABLE_DEV_LOGS: boolean; } } declare const logger: Console; export { logger };