0.14.0 • Published 5 months ago

@webframer/js v0.14.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Javascript Helper Functions

This package contains commonly used js functions, to be used as functional utility helpers within your Javascript project.

It's equivalent to a Facade for JS utilities.

Requirement

  • ES6 compatible project, or must set this package to be transpiled.

Usage

1. Initial Setup

import { current } from '@webframer/js'

current.log = require('chalk') // use colored console.log for Node.js
current.Storage = require('node-persist') // set localStorage for Node.js