UNPKG

pix-utils

Version:

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

3 lines (2 loc) 118 B
import { PixError } from '../types/pixError'; export declare function generateErrorObject(message: string): PixError;