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

2 lines
115 B
TypeScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
export default function decodeCodePoint(codePoint: number): string;
2023-09-25 15:58:56 +08:00
//# sourceMappingURL=decode_codepoint.d.ts.map