UNPKG

@types/es-abstract

Version:
9 lines (7 loc) 235 B
interface CodePointRecord { "[[CodePoint]]": string; "[[CodeUnitCount]]": 1 | 2; "[[IsUnpairedSurrogate]]": boolean; } declare function CodePointAt(string: string, position: number): CodePointRecord; export = CodePointAt;