import { AssertEntry } from "https://deno.land/x/ts_morph@16.0.0/ts_morph.d.ts";
Methods
getParent(): NodeParentType<ts.AssertEntry>
getParentOrThrow(): 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.