ImportMeta$Typings extension
- on
Properties
- main ↔ bool
-
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)
-
getter/setter pair
- url ↔ String
-
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