UNPKG

@atproto/api

Version:

Client library for atproto and Bluesky

12 lines (11 loc) 318 B
export declare class UnicodeString { utf16: string; utf8: Uint8Array; private _graphemeLen?; constructor(utf16: string); get length(): number; get graphemeLength(): number; slice(start?: number, end?: number): string; utf16IndexToUtf8Index(i: number): number; toString(): string; }