CycloneDX JavaScript Library - Node - v10.0.0-alpha.0
    Preparing search index...

    Interface PathUtils<P>

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

    Type Parameters

    • P extends string
    Index

    Properties

    Properties

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