import { AssertEntry } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
getParent(): NodeParentType<ts.AssertEntry>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.AssertEntry>>
Gets the structure equivalent to this node.
Gets the value of the assert entry.
set(structure: Partial<AssertEntryStructure>): this
Sets the name and value.