import { StringUtils } from "https://dotland.deno.dev/x/ts_morph@21.0.0/common/ts_morph_common.js";
Static Methods
endsWithNewLine(str)
escapeChar(str, char)
escapeForWithinString(str, quoteKind)
getLengthFromLineStartAtPos(str, pos)
getLineEndFromPos(str, pos)
getLineNumberAtPos(str, pos)
getLineStartFromPos(str, pos)
hasBom(text)
indent()
str,
times,
options,
insertAtLastNonWhitespace(str, insertText)
isNullOrEmpty(str)
isNullOrWhitespace(str)
isQuoted(text)
isSpaces(text)
isWhitespace(text)
isWhitespaceCharCode(charCode)
removeIndentation(str, opts)
startsWithNewLine(str)
stripBom(text)
stripQuotes(text)