This commit is contained in:
Zakary Timson 2022-03-15 20:43:01 -04:00
parent 35fcc721fa
commit d699112d38

View File

@ -33,10 +33,6 @@ export async function downloadPrint(ns, file) {
await slowPrint(ns, `${file}${spacing}[==================>] 100%\t(${speed} MB/s)`); await slowPrint(ns, `${file}${spacing}[==================>] 100%\t(${speed} MB/s)`);
} }
export function flatten(object) {
}
/** /**
* **Impure:** Prune tree down to keys which pass function * **Impure:** Prune tree down to keys which pass function
* @param tree {object} - Tree to search * @param tree {object} - Tree to search