@zip.js/zip.js
    Preparing search index...

    Interface ZipDirectoryEntryGetChildrenOptions

    Represents the options passed to ZipDirectoryEntry#getChildren and ZipFS#getChildren.

    interface ZipDirectoryEntryGetChildrenOptions {
        recursive?: boolean;
    }
    Index
    recursive?: boolean

    true to return all the descendants of the directory instead of its direct children only.

    false