It would be nice to provide an ESM version of the package, especially for those who use bundlers like Webpack, and add sideEffects: false to package.json, so that if I, say, use import { objectify } from 'radash' in my code, my bundler only includes that function's definition in my bundle, without all the extra stuff.