import { ObjectBindingPattern } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
Gets the object binding pattern's elements.
getParent(): NodeParentType<ts.ObjectBindingPattern>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.ObjectBindingPattern>>