source: trip-planner-front/node_modules/html-entities/lib/surrogate-pairs.d.ts@ 6c1585f

Last change on this file since 6c1585f 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.