source:
trip-planner-front/node_modules/html-entities/lib/surrogate-pairs.d.ts@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 259 bytes |
Line | |
---|---|
1 | export declare const fromCodePoint: (...codePoints: number[]) => string; |
2 | export declare const getCodePoint: (input: string, position: number) => number | undefined; |
3 | export declare const highSurrogateFrom = 55296; |
4 | export declare const highSurrogateTo = 56319; |
Note:
See TracBrowser
for help on using the repository browser.