Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
259 bytes
|
Rev | Line | |
---|
[6a3a178] | 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.