UNPKG

@ocelotlstudio/cfdi-pdf

Version:
3 lines (2 loc) 158 B
export declare const formatCurrency: (currency: number | string) => string; export declare const breakEveryNCharacters: (str?: string, n?: number) => string;