idly-common
v1.6.0
Published
A collection of common utilities used across the idly project.
Downloads
69
Readme
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';