0.0.0 • Published 10 years ago
mofa v0.0.0
mofa

My own helper library, like lodash but customized for me ;)
Install
$ npm install --save mofaUsage
import * as mofa from 'mofa'
import {someHelper} from 'mofa'
// make some magic with mofa
someHelper(obj)
// or without ES2015 module
const mofa = require('mofa')
const someHelper = require('mofa/some-helper')API
hasEmptyField(obj)
Check if any property of an object's value is empty.
License
MIT © EGOIST
0.0.0
10 years ago