0.2.11 • Published 4 years ago

codewonders_helpers v0.2.11

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Drag Racing

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 --save

Usage

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({})
// => true

MIT © codewonders.dev  ·  GitHub @adenekan41 / codewonders  ·