UNPKG
@qrph/qrph
Version:
latest (0.0.2)
0.0.2
0.0.1
Library for parsing and encoding QRPH strings.
@qrph/qrph
/
dist
/
decodeQRPH.d.ts
5 lines
•
289 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
UnstructuredEMVQRData
}
from
"@qrph/emv-qr"
;
import
type
{
QRPHData
}
from
"./schema.js"
;
export
declare
const
decodeQRPH
:
(
data
:
UnstructuredEMVQRData
) =>
QRPHData
;
export
declare
const
decodeQRPHFromText
:
(
text
:
string
) =>
QRPHData
;
//# sourceMappingURL=decodeQRPH.d.ts.map