Skip to main content
Module.prototype.dependencySpecifiers - node__vm.d.ts - Node documentation
property Module.prototype.dependencySpecifiers

Usage in Deno

```typescript import { Module } from "node:node__vm.d.ts"; ```
The specifiers of all dependencies of this module. The returned array is frozen to disallow any changes to it. Corresponds to the `[[RequestedModules]]` field of [Cyclic Module Record](https://tc39.es/ecma262/#sec-cyclic-module-records) s in the ECMAScript specification.

Type

readonly string[]