UNPKG

modify-qris

Version:

Modify QRIS Generator is a javascript based libraries that enabling flexible payments with customizable amounts for improved efficiency and user experience

13 lines (12 loc) 318 B
export declare const ErrorCode: { SOURCE_NOT_FOUND: string; INVALID_QR: string; FEE_EXCEEDED: string; UNSUPPORTED_FORMAT: string; FILE_WRITE_ERROR: string; UNKNOWN_ERROR: string; QRIS_TO_SHORT: string; FORMAT_TO_LONG: string; SOURCE_EMPTY: string; VALIDATION_FAILED: string; };