jhf

1.0.2 • Public • Published

javascript-helper-functions

A collection of small helpful javascript functions. See Documentation

Sections

Installation

npm install jhf

Usage

For client side applications (React.js, React Native, Vue.js) use

import { isArray } from "jhf/client-helper";

isArray({}) // false
import * as JHF from "jhf/client-helper";

JHF.isArray({}) // false

For server side applications (Node.js, Deno) use

import { isArray } from "jhf/server-helper";

isArray({}) // false
import * as JHF from "jhf/server-helper";

JHF.isArray({}) // false

More

For more methods please see documentation

Package Sidebar

Install

npm i jhf

Weekly Downloads

18

Version

1.0.2

License

MIT

Unpacked Size

87.9 kB

Total Files

18

Last publish

Collaborators

  • bobbyaxe61