interface Module.ImportAssertions
extends ImportAttributes
Usage in Deno
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