fuc-new/doc/node_modules/stringify-entities/lib/util/to-decimal.d.ts
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

10 lines
270 B
TypeScript

/**
* 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;