UNPKG

@tidyjs/tidy

Version:

Tidy up your data with JavaScript, inspired by dplyr and the tidyverse

10 lines (7 loc) 219 B
import { min as min$1 } from 'd3-array'; function min(key) { const keyFn = typeof key === "function" ? key : (d) => d[key]; return (items) => min$1(items, keyFn); } export { min }; //# sourceMappingURL=min.js.map