UNPKG

swissqrbill

Version:

Swiss QR Bill generation in Node.js and browsers

5 lines (4 loc) 212 B
import { Data } from './types.js'; export declare function cleanData(data: Data): Data; export declare function removeSpaces(text: string): string; export declare function removeLineBreaks(text: string): string;