Skip to main content
Module.ResolveFnOutput.importAttributes - module - Node documentation
property Module.ResolveFnOutput.importAttributes

Usage in Deno

import { type Module } from "node:module";

The import attributes to use when caching the module (optional; if excluded the input will be used)

Type

ImportAttributes | undefined