0.2.11 • Published 6 years ago
codewonders_helpers v0.2.11

codewonders-helpers
A Small Helpers Utility Functions For Javascript Development.
Helper Functions
Still in progress coming up with useful helper
Install
$ npm install codewonders-helpers --saveUsage
Getting familiar with the package and you want to use some helper functions like
isEmpty, isJsonString ,pxToRem helpers and e.t.c you can easily just
export them the following ways.
import { isEmpty } from 'codewonders-helpers'All methods are exported as a flat namesapce so you can also call them like this
import isEmpty from 'codewonders-helpers/bundle-es/is-empty'or
var isEmpty = require('codewonders-helpers')and then we have the exported helpers and can already do this
isEmpty({})
// => trueMIT © codewonders.dev · GitHub @adenekan41 / codewonders ·
0.2.11
6 years ago