Options
All
  • Public
  • Public/Protected
  • All
Menu

External module types

Utility types.

This module mainly defines tagged strings to differentiate various kinds of paths.

Index

Type aliases

Type aliases

OsPath

OsPath: Tagged<string, "OsPath">

Path, either POSIX or Windows.

RelPosixPath

RelPosixPath: Tagged<string, "RelPosixPath">

Relative POSIX path.

Generated using TypeDoc