@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/

/@hora/type/

    Package Sidebar

    Install

    npm i @hora/type

    Weekly Downloads

    0

    Version

    0.3.0

    License

    MIT

    Last publish

    Collaborators

    • tchak