Closed max-mapper closed 10 years ago
in index.js what do you think about changing it from Cabs.write(path[, hashFunction, limit]); to also accept Cabs.write(options);? otherwise there is no way to specify depth
index.js
Cabs.write(path[, hashFunction, limit]);
Cabs.write(options);
w00t
in
index.js
what do you think about changing it fromCabs.write(path[, hashFunction, limit]);
to also acceptCabs.write(options);
? otherwise there is no way to specify depth