import * as indentAndWrap from "https://deno.land/x/indent_and_wrap@v0.0.17/private/indent.ts";
Functions
Count number of lines in text string, and determine column number after the last character.
This function only considers text substring from | |
Scan text string, and find leading space characters, that are common across all lines.
If | |
This function works the same as | |
This function does:
- Replaces new line characters ( | |
Returns position where next line begins, and length of line-break characters at the end of the skipped line. |