Interface Absolute

Absolute import path specifier.

Hierarchy

  • Absolute

Properties

Properties

isRelative: false

Never relative.

kind: "path"
path: `/${string}`

Absolute URI path to imported module.

URI-encoded. Always starts with /. Uses / path separator.

spec: string

Original, system-dependent import path.

uri: string

Absolute URI to imported module.

May contain file:/// scheme e.g. for Windows paths. Otherwise, the same as path.

Generated using TypeDoc