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

    Interface FsUtils<P>

    interface FsUtils<P extends string> {
        readdirSync: (path: P) => P[];
        readFileSync: (path: P) => Buffer;
        statSync: (path: P) => Stats;
    }

    Type Parameters

    • P extends string

    Hierarchy (View Summary)

    Index

    Properties

    readdirSync: (path: P) => P[]
    readFileSync: (path: P) => Buffer
    statSync: (path: P) => Stats