putkonen
v1.0.3
Published
Utility functions for the working man.
Downloads
3
Readme
Putkonen
Utility functions for the working man.
Note that this is mainly for personal use, however if you want to try it out in your own code, feel free to do so.
Usage
npm install --save putkonen
import { flatten } from 'putkonen'
flatten(['foo', ['bar', ['baz']]]) // ['foo', 'bar', 'baz']