path-scurry
    Preparing search index...

    Interface PathOpts

    Options that may be provided to the Path constructor

    interface PathOpts {
        fs?: FSOption;
        fullpath?: string;
        parent?: PathBase;
        relative?: string;
        relativePosix?: string;
    }
    Index

    Properties

    fullpath?: string
    parent?: PathBase
    relative?: string
    relativePosix?: string