database-petani-mobile/node_modules/stringify-entities/lib/util/format-basic.d.ts
2026-02-23 16:39:35 +07:00

8 lines
150 B
TypeScript

/**
* The smallest way to encode a character.
*
* @param {number} code
* @returns {string}
*/
export function formatBasic(code: number): string;