UNPKG

@accounter/server

Version:

5 lines (4 loc) 263 B
import type { Header, Transaction } from '../types.js'; export declare const headerBuilder: (header: Header) => string; export declare const transactionBuilder: (transaction: Transaction) => string; export declare const footerBuilder: (header: Header) => string;