mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-11 05:23:51 +01:00
8 lines
149 B
TypeScript
8 lines
149 B
TypeScript
/**
|
|
* The smallest way to encode a character.
|
|
*
|
|
* @param {number} code
|
|
* @returns {string}
|
|
*/
|
|
export function formatBasic(code: number): string
|