ImportMeta$Typings extension
- on
Properties
- main ↔ bool
-
Available on ImportMeta, provided by the ImportMeta$Typings extension
A flag that indicates if the current module is the main module that was called when starting the program under Deno.getter/setter pair - resolve ↔ String Function(String)
-
Available on ImportMeta, provided by the ImportMeta$Typings extension
getter/setter pair - url ↔ String
-
Available on ImportMeta, provided by the ImportMeta$Typings extension
A string representation of the fully qualified module URL. When the module is loaded locally, the value will be a file URL (e.g.file:///path/module.ts
).getter/setter pair