property Runtime.PropertyDescriptor.get
Usage in Deno
import { type Runtime } from "node:inspector";
A function which serves as a getter for the property, or <code>undefined</code> if there is no getter (accessor descriptors only).
RemoteObject | undefined