@adviser/cement - v0.0.0
    Preparing search index...

    Type Alias PartType

    PartType: typeof PartType[keyof typeof PartType]

    Path component type constants for representing special path elements.

    Uses bit flags to identify different path components:

    • Slash: Path separator (/)
    • Root: Absolute path root (/)
    • Up: Parent directory (..)
    • Noop: Current directory (.)