0.0.0 • Published 8 years ago

mofa v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

mofa NPM version NPM downloads Build Status

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