public_library_map/node_modules/entities/lib/decode_codepoint.d.ts

4 lines
256 B
TypeScript
Raw Normal View History

2022-09-03 17:12:22 +10:00
export declare const fromCodePoint: (...codePoints: number[]) => string;
export declare function replaceCodePoint(codePoint: number): number;
2021-11-24 19:46:47 +11:00
export default function decodeCodePoint(codePoint: number): string;
//# sourceMappingURL=decode_codepoint.d.ts.map