Interface Relative

Relative import path specifier.

Hierarchy

  • Relative

Properties

Properties

isRelative: true

Always relative.

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

Relative URI path to imported module.

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

spec: string

Original, system-dependent import path.

uri: "." | `./${string}` | `../${string}` | ".."

Relative URI of imported module.

The same as path.

Generated using TypeDoc