Skip to main content
Module

x/ts_morph/ts_morph.d.ts>createWrappedNode

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
function createWrappedNode
import { createWrappedNode } from "https://deno.land/x/ts_morph@15.1.0/ts_morph.d.ts";

Creates a wrapped node from a compiler node.

Type Parameters

optional
T extends ts.Node = ts.Node

Parameters

node: T
  • Node to create a wrapped node from.
  • Info for creating the wrapped node.