Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/console/unicode_width.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.221.0/console/unicode_width.ts";

Functions

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.