Skip to main content
Module

x/ts_morph/mod.ts>ModuleChildableNode

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

Methods

getParentModule(): ModuleDeclaration | undefined

Gets the parent module declaration or undefined if it doesn't exist.

getParentModuleOrThrow(): ModuleDeclaration

Gets the parent module declaration or throws if it doesn't exist.

function ModuleChildableNode
import { ModuleChildableNode } from "https://deno.land/x/ts_morph@15.1.0/mod.ts";

Type Parameters

T extends Constructor<ModuleChildableNodeExtensionType>