idly-common
TypeScript icon, indicating that this package has built-in type declarations

1.6.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i idly-common

Weekly Downloads

9

Version

1.6.0

License

MIT

Unpacked Size

547 kB

Total Files

173

Last publish

Collaborators

  • kepta