UNPKG

@tidyjs/tidy

Version:

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

12 lines (9 loc) 234 B
import { keysFromItems } from '../helpers/keysFromItems.js'; function everything() { return (items) => { const keys = keysFromItems(items); return keys; }; } export { everything }; //# sourceMappingURL=everything.js.map