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