UNPKG
transact-payments
Version:
latest (1.6.0)
1.6.0
1.5.0
1.4.0
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
Node module to do payments using transact.io
gitlab.com/transact/node-transact
transact-payments
/
dist
/
lib
/
TransactToken.js
10 lines
(9 loc)
•
260 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ITransactJWT
=
void
0
;
var
ITransactJWT
=
/**
@class
*/
(
function
(
) {
function
ITransactJWT
(
) { }
return
ITransactJWT
; }());
exports
.
ITransactJWT
=
ITransactJWT
;