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

Usage in Deno

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

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

Type

RemoteObject | undefined