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

8 lines
149 B
Plaintext

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