@rodewitsch/carbone
Version:
Fast, Simple and Powerful report generator. Injects JSON and produces PDF, DOCX, XLSX, ODT, PPTX, ODS, ...!
17 lines • 412 B
TypeScript
export const entities: ({
value: string;
code: string;
hex: string;
desc: string;
des?: undefined;
} | {
value: string;
code: string;
hex: string;
des: string;
desc?: undefined;
})[];
export declare function decode(text: any): any;
export declare function encode(text: any): any;
export declare function decodeLG(text: any): any;
//# sourceMappingURL=htmlentities.d.ts.map