astro-ghostcms/.pnpm-store/v3/files/50/35568a167bab85fa856ed1e0271...

8 lines
149 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* The smallest way to encode a character.
*
* @param {number} code
* @returns {string}
*/
export function formatBasic(code: number): string