UNPKG

payrex-js

Version:

CommonJS or ES module for PayRex JS

10 lines (8 loc) 181 B
declare global { interface Window { Payrex: any; } } export type LoadPayRex = (args: any) => any; export const loadPayrex: any; //# sourceMappingURL=index.d.ts.map