source: trip-planner-front/node_modules/html-entities/lib/xml-entities.d.ts@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 357 bytes
Line 
1export declare class XmlEntities {
2 encode(str: string): string;
3 static encode(str: string): string;
4 decode(str: string): string;
5 static decode(str: string): string;
6 encodeNonUTF(str: string): string;
7 static encodeNonUTF(str: string): string;
8 encodeNonASCII(str: string): string;
9 static encodeNonASCII(str: string): string;
10}
Note: See TracBrowser for help on using the repository browser.