idly-common

v1.6.0
A collection of common utilities used across the idly project.

IDLY-COMMON

A collection of common utilities used across the idly project.

Install

npm install idly-common

Usage

This package can be used with

  • Node v4 and above
  • Any major browser which supports ES6.

Example usage

// cjs
var { isArea } = require('idly-common/lib/isArea');

// or esm
import { isArea } from 'idly-common/lib/isArea';
npm i idly-common

Metadata

  • MIT
  • Whatever
  • Kushan Joshi
  • released 5/14/2018

Downloads

Maintainers