0.1.5 • Published 3 years ago

@dannyxcii/js-helpers v0.1.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

A Helper class to cut down some common tasks.

npm install @dannyxcii/js-helpers
import { Helper } from "@dannyxcii/js-helpers";

console.log(Helper.isObject({}));

Functions

@return bool
static Helper.isObject(var)
@return bool
@throws Error
static Helper.propertyIsDefined(object, propertyName)
@return bool
static Helper.isNull(var)
0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago