mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 13:58:13 +08:00
8 lines
150 B
TypeScript
8 lines
150 B
TypeScript
|
/**
|
||
|
* The smallest way to encode a character.
|
||
|
*
|
||
|
* @param {number} code
|
||
|
* @returns {string}
|
||
|
*/
|
||
|
export function formatBasic(code: number): string;
|