UNPKG
payrex-js
Version:
latest (0.1.3)
0.1.3
0.1.0
CommonJS or ES module for PayRex JS
github.com/payrexhq/payrex-js
payrexhq/payrex-js
payrex-js
/
dist
/
index.d.ts
10 lines
(8 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
global
{
interface
Window
{
Payrex
:
any
; } }
export
type
LoadPayRex
=
(
args
:
any
) =>
any
;
export
const
loadPayrex
:
any
;
//# sourceMappingURL=index.d.ts.map