2025-08-04 18:41:00 -04:00

8 lines
150 B
TypeScript

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