utils-pack

0.11.8 • Public • Published

Javascript Helper Functions

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

Requirement

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

The reason is because IDE Webstorm does not resolve export * from './file.js when transpiled with babel to commonjs2.

Usage

1. Initial Setup

import { Active } from 'utils-pack'

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

Readme

Keywords

Package Sidebar

Install

npm i utils-pack

Weekly Downloads

0

Version

0.11.8

License

MIT

Unpacked Size

257 kB

Total Files

51

Last publish

Collaborators

  • ecoin