Interface FileSystemRemoveOptions

interface FileSystemRemoveOptions {
    recursive?: boolean;
}

Properties

Properties

recursive?: boolean