Documentation
    Preparing search index...

    Interface FSGlobOptionsWithFileTypes

    interface FSGlobOptionsWithFileTypes {
        cwd?: string;
        withDirectories?: boolean;
        withFileTypes: true;
    }

    Hierarchy

    • _FSGlobOptions
      • FSGlobOptionsWithFileTypes
    Index

    Properties

    cwd?: string

    Current working directory.

    process.cwd()
    
    withDirectories?: boolean
    false
    
    withFileTypes: true

    true if the glob should return paths as Dirents, false otherwise.

    false