Skip to main content
Module.ResolveFnOutput - node__module.d.ts - Node documentation
interface Module.ResolveFnOutput

Usage in Deno

```typescript import { Module } from "node:node__module.d.ts"; ```

Properties

optional
format:
ModuleFormat
| null
| undefined
A hint to the load hook (it might be ignored)
optional
importAttributes: ImportAttributes | undefined
The import attributes to use when caching the module (optional; if excluded the input will be used)
optional
shortCircuit: boolean | undefined
A signal that this hook intends to terminate the chain of `resolve` hooks.
url: string
The absolute URL to which this input resolves