@webframer/js
TypeScript icon, indicating that this package has built-in type declarations

0.14.0 • Public • Published

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

Dependencies (10)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @webframer/js

    Weekly Downloads

    0

    Version

    0.14.0

    License

    MIT

    Unpacked Size

    378 kB

    Total Files

    59

    Last publish

    Collaborators

    • ecoin