astro-ghostcms/.pnpm-store/v3/files/5f/4547d0e739b75c88bb8f0bcd5ca...

14 lines
277 B
Plaintext

/**
* Configurable ways to encode characters as decimal references.
*
* @param {number} code
* @param {number} next
* @param {boolean|undefined} omit
* @returns {string}
*/
export function toDecimal(
code: number,
next: number,
omit: boolean | undefined
): string