tymon

0.0.5 • Public • Published

Tymon

My own utilities

Travis

Modules provided

Check

A module to check the type of a given value.

import { check } from 'tymon';
 
check.isArray(['foo', 'bar']); // = true
check.isObject({ foo: 'bar' }); // = true
check.isString('foo'); // = true

Usage

ES2015

import { check, value } from 'tymon';

Readme

Keywords

none

Package Sidebar

Install

npm i tymon

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • tymondesigns