@hora/type

0.3.0 • Public • Published

@hora/type

Build Status npm version

Install

$ yarn add @hora/type

Usage

import type from '@hora/type';

type({}); // => 'plain-object'
type([]); // => 'array'
type(/a/); // => 'regexp'
type(new Map()); // => 'map'

For more in depth documentation see: http://hora.io/docs/type/

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.0
    0
  • 0.2.0
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i @hora/type

Weekly Downloads

0

Version

0.3.0

License

MIT

Last publish

Collaborators

  • tchak