interface Module.ImportAssertions
extends ImportAttributes
Usage
import { type Module } from "node:module"; type { ImportAssertions } = Module;
Deprecated
Use ImportAttributes instead
import { type Module } from "node:module"; type { ImportAssertions } = Module;
Use ImportAttributes instead