Skip to main content
Module

x/deno2node/src/deps.deno.ts>Node#getWidth

Compile your Deno project to run on Node.js.
Latest
method Node.prototype.getWidth
import { Node } from "https://deno.land/x/deno2node@v1.12.0/src/deps.deno.ts";

Gets the text length of the node without trivia.

Parameters

optional
includeJsDocComments: boolean
  • Whether to include the JS doc comments in the width or not.

Returns

number