knowledgebase_law/node_modules/stringify-entities/lib/util/to-hexadecimal.d.ts

10 lines
278 B
TypeScript
Raw Normal View History

2025-04-11 23:47:09 +08: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;