Skip to main content
Runtime.PropertyDescriptor.get - inspector/promises - Node documentation
property Runtime.PropertyDescriptor.get

Usage in Deno

import { type Runtime } from "node:inspector/promises";

A function which serves as a getter for the property, or undefined if there is no getter (accessor descriptors only).

Type

RemoteObject | undefined