```typescript
import { Module } from "node:node__vm.d.ts";
```
The namespace object of the module. This is only available after linking
(`module.link()`) has completed.
Corresponds to the [GetModuleNamespace](https://tc39.es/ecma262/#sec-getmodulenamespace) abstract operation in the ECMAScript
specification.