UNPKG

@accounter/server

Version:
5 lines (4 loc) 273 B
import type { Header, Options, Transaction } from './types.js'; export declare const pcnGenerator: (headerInfo: Header, transactions: Transaction[], options?: Options) => string; export declare function validatePcn874(content: string): boolean; export * from './types.js';