@goldenplanet/lodash
v1.1.2
Published
Lodash mixins for OpenBizBox
Downloads
8
Readme
OBB lodash mixins
Collection of general-purpose in-house lodash mixins for OpenBizBox apps.
The modules use ES6 and must be required with webpack.
Components are included with a glob pattern by using require.context
that is available in webpack only.
Usage
To include all mixins use:
require('lodash-obb');
Style guides
TODO
- Code coverage with
istanbul