mofa
v0.0.0
Published
My own helper library, like lodash but customized for me ;)
Downloads
3
Readme
mofa
My own helper library, like lodash but customized for me ;)
Install
$ npm install --save mofa
Usage
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