source: trip-planner-front/node_modules/html-entities/lib/surrogate-pairs.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: 259 bytes
Line 
1export declare const fromCodePoint: (...codePoints: number[]) => string;
2export declare const getCodePoint: (input: string, position: number) => number | undefined;
3export declare const highSurrogateFrom = 55296;
4export declare const highSurrogateTo = 56319;
Note: See TracBrowser for help on using the repository browser.