0.0.1 • Published 6 years ago

moon-lodash v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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._()