moon-lodash
v0.0.1
Published
Lodash wrapper for Moon!
Downloads
4
Maintainers
Readme
moon-lodash
The Simple Lodash Wrapper for Moon.
How-to-Install
CommonJS
npm i moon-lodash
#or
yarn add moon-lodash
import Moon from 'moon'
import lodash from 'lodash'
import MoonLodash from 'moon-lodash'
Moon.use(MoonLodash, lodash)
Script Tag
For this to work add Moon and Lodash Script files and then add:
<script src="https://unpkg.com/moon-lodash"></script>
Usage
// I've added three bindings, use any one you prefer :) and call it just like lodash!
Moon.lodash()
this.$lodash()
this._()