Skip to main content
Module

x/tui/mod.ts>getMultiCodePointCharacters

🦕 Deno module for creating Terminal User Interfaces
Latest
function getMultiCodePointCharacters
Re-export
import { getMultiCodePointCharacters } from "https://deno.land/x/tui@2.1.11/mod.ts";

Converts given text to array of strings which consist of sequences which represent a single character

Parameters

text: string

Returns

string[]