minigame-std
    Preparing search index...

    Interface ReadDirSyncOptions

    Options for reading directories synchronously.

    2.0.0

    interface ReadDirSyncOptions {
        recursive?: boolean;
    }

    Hierarchy (View Summary)

    Index
    recursive?: boolean

    Whether to recursively read the contents of subdirectories.

    false