UNPKG

@craynic/qr-platba

Version:

Library to work with Czech QR payments

7 lines (6 loc) 134 B
export declare class QrRequestDate { private _date; constructor(_date: Date); get date(): Date; toString(): string; }