# Functions

AbsoluteOS returns an Absolute path from an OS-specific path.
AbsoluteSlash returns an Absolute path from a slash-delimited path.
RelativeOS returns an Relative path from an OS-specific path.
RelativeSlash returns an Relative path from a slash-delimited path.

# Type aliases

Absolute represents an absolute path on a file system.
Relative represents a relative path on a file system.