import { type ImplementsClauseableNode } from "https://dotland.deno.dev/x/ts_morph@20.0.0/ts_morph.d.ts";
Methods
addImplements(text: ReadonlyArray<string | WriterFunction> | WriterFunction): ExpressionWithTypeArguments[]
Adds multiple implements clauses.
insertImplements(index: number, texts: ReadonlyArray<string | WriterFunction> | WriterFunction): ExpressionWithTypeArguments[]
Inserts an implements clause.
insertImplements(index: number, text: string): ExpressionWithTypeArguments
Inserts multiple implements clauses.
removeImplements(implementsNode: ExpressionWithTypeArguments): this
Removes the specified implements.
import { ImplementsClauseableNode } from "https://dotland.deno.dev/x/ts_morph@20.0.0/ts_morph.d.ts";
Type Parameters
T extends Constructor<ImplementsClauseableNodeExtensionType>
Parameters
Base: T