1.6.0 • Published 6 years ago

idly-common v1.6.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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';