astro-ghostcms/.pnpm-store/v3/files/47/b177a8ba8bc38170da1f529e86c...

14 lines
285 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* Configurable ways to encode characters as hexadecimal references.
*
* @param {number} code
* @param {number} next
* @param {boolean|undefined} omit
* @returns {string}
*/
export function toHexadecimal(
code: number,
next: number,
omit: boolean | undefined
): string