Skip to main content
Module

x/ts_morph/ts_morph.js>CodeBlockWriter#endsWith

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
method CodeBlockWriter.prototype.endsWith
Re-export
import { CodeBlockWriter } from "https://deno.land/x/ts_morph@15.1.0/ts_morph.js";

Gets if the writer ends with the provided text.

Parameters

text: string
  • Text to check if the writer ends with the provided text.

Returns

boolean