Init repo con git
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* The smallest way to encode a character.
|
||||
*
|
||||
* @param {number} code
|
||||
* @returns {string}
|
||||
*/
|
||||
export function formatBasic(code: number): string;
|
||||
Reference in New Issue
Block a user