import * as mod from "https://dotland.deno.dev/x/cliffy@v1.0.0-rc.4/table/consume_words.ts";
Functions
Consumes the maximum amount of chars from a string which is not longer than given length, ignoring ANSI codes when calculating the length. This function returns at least one char. | |
Consumes the maximum amount of words from a string which is not longer than given length. This function returns at least one word. |