0.1.5 • Published 2 years ago

@dannyxcii/js-helpers v0.1.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago