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

x/ayonli_jsext/cli.ts>moveLeftBy

A JavaScript extension package for building strong and modern applications.
Latest
function moveLeftBy
import { moveLeftBy } from "https://deno.land/x/ayonli_jsext@v0.9.72/cli.ts";

Moves the cursor to the left base on the width of the given string.

Parameters

str: string

Returns

Promise<void>