UNPKG

pix-utils

Version:

Set of tools to parse, generate and validate payments of Brazil Instant Payment System (Pix)

6 lines (5 loc) 127 B
export type PixError = { readonly error: boolean; readonly message: string; readonly throwIfError: () => never; };