Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/console/unicode_width.ts

The Deno Standard Library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
import * as mod from "https://deno.land/std@0.222.1/console/unicode_width.ts";

Functions

f
unicodeWidth
deprecated

Calculate the physical width of a string in a TTY-like environment. This is useful for cases such as calculating where a line-wrap will occur and underlining strings.