Skip to main content
Runtime.PropertyDescriptor.get - inspector - Node documentation
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).

Type

RemoteObject | undefined