interface Module.ResolveFnOutput
Usage
import { type Module } from "node:module"; type { ResolveFnOutput } = Module;
deprecated
optional
importAssertions: ImportAttributes | undefined
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.