interface ReadDirOptions {
    recursive: boolean;
}

Properties

Properties

recursive: boolean