UNPKG
securepay
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
https://www.securepay.com.au/
gitlab.com/daorongliang/securepay
securepay
/
dist
/
entities
/
apple-pay.js
10 lines
(9 loc)
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ApplePay
=
void
0
;
var
ApplePay
=
/**
@class
*/
(
function
(
) {
function
ApplePay
(
) { }
return
ApplePay
; }());
exports
.
ApplePay
=
ApplePay
;