char
char(
options?):string
Defined in: src/global/strings.ts:58
A uniformly chosen character, as a string of one code point.
Parameters
Section titled “Parameters”options?
Section titled “options?”Returns
Section titled “Returns”string
Example
Section titled “Example”char(); // "符"char({ blocks: "emoji" }); // an emojichar({ blocks: ["hiragana", "katakana"] }); // "ネ"