CycloneDX JavaScript Library - Node - v9.4.0
    Preparing search index...

    Interface PathUtils<P>

    interface PathUtils<P extends string> {
        join: (...paths: P[]) => P;
    }

    Type Parameters

    • P extends string

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    join: (...paths: P[]) => P