fuc-new/doc/node_modules/stringify-entities/lib/util/format-basic.d.ts
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

8 lines
150 B
TypeScript

/**
* The smallest way to encode a character.
*
* @param {number} code
* @returns {string}
*/
export function formatBasic(code: number): string;