interface Module.ImportAttributes
          
   extends [NodeJS.Dict]<string>
Usage in Deno
import { type Module } from "node:module"; type { ImportAttributes } = Module;
optional
type: string | undefined
      
    import { type Module } from "node:module"; type { ImportAttributes } = Module;
type: string | undefined