Skip to main content
Runtime.PropertyDescriptor.symbol - inspector - Node documentation
property Runtime.PropertyDescriptor.symbol

Usage in Deno

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

Property symbol object, if the property is of the symbol type.

Type

RemoteObject | undefined