property Runtime.PropertyDescriptor.configurable Usage in Deno```typescript import { type Runtime } from "node:node__inspector.d.ts"; ``` True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object. Type boolean