CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
to-hexadecimal.d.ts10 linesDownload Raw Back to util
1/**2 * Configurable ways to encode characters as hexadecimal references.3 *4 * @param {number} code5 * @param {number} next6 * @param {boolean|undefined} omit7 * @returns {string}8 */9export function toHexadecimal(code: number, next: number, omit: boolean | undefined): string;10