Init repo con git

This commit is contained in:
Samuele E. Locatelli
2025-08-21 08:59:27 +00:00
parent 4771dea3dc
commit 1d4b5aba63
2457 changed files with 540681 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
/**
* The smallest way to encode a character.
*
* @param {number} code
* @returns {string}
*/
export function formatBasic(code: number): string;