UNPKG
@craynic/qr-platba
Version:
latest (2.0.0)
2.0.0
1.0.0
Library to work with Czech QR payments
gitlab.com/craynic.com/npmjs/czech-qr-platba
@craynic/qr-platba
/
lib
/
index.js
6 lines
(5 loc)
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
QrRequest
=
void
0
;
var
QrRequest
_1 =
require
(
"./QrRequest"
);
Object
.
defineProperty
(
exports
,
"QrRequest"
, {
enumerable
:
true
,
get
:
function
(
) {
return
QrRequest
_1.
QrRequest
; } });