Utility TypeScript @ 2.0.0-beta
    Preparing search index...

    Interface ReadDirArgs

    Optional configuration for NodeFiles.readDir.

    0.2.0

    interface ReadDirArgs {
        recursive: boolean;
    }
    Index

    Properties

    Properties

    recursive: boolean