chr
constchr: (code:number) =>string=builtins.chr
Defined in: packages/pythonlib/src/index.ts:173
Return the string representing a character at the given Unicode code point.
Parameters
| Parameter | Type | Description |
|---|---|---|
code | number | The Unicode code point |
Returns
string
A single-character string