UNPKG

@tidyjs/tidy

Version:

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

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