Git Product home page Git Product logo

kind-of-types's Introduction

List of all javascript types. Used and useful for checking, validation, sanitizing and testing. Like isStream, isPromise, isWeakset and etc.

code climate standard code style travis build status coverage status dependency status

Install

npm i kind-of-types --save
npm test

Usage

For more use-cases see the tests

var types = require('kind-of-types')

console.log(types)
//=> [
//  "null",
//  "set",
//  "map",
//  "date",
//  "array",
//  "string",
//  "object",
//  ...
// ]

Related

  • assert-kindof: Check native type of the given value and throw TypeError if not okey. Expressive, elegant, behavior-driven API, good descriptive default error messages, simple and clean syntax.
  • assertit: Thin sugar layer on top of testit framework, is-kindof and assert.
  • is-kindof: Check type of given javascript value. Support promises, generators, streams, and native types. Thin wrapper around kind-of module.
  • is-typeof-error: Check that given value is any type of error and instanceof Error
  • is-singular: Return true if given word is in singular form like apple, car, test and false otherwise, never throws.
  • kind-of-extra: Extends kind-of type check utility with support for promises, generators, streams and errors. Like kindof(Promise.resolve(1)) === 'promise' and etc.
  • kind-error: Correct inheriting from Error. Supports constructing from an object of properties - focused on assertion.
  • plugin-error: Error handling for vinyl plugins. Just an abstraction of what's in gulp-util with minor changes.

tunnckocore.tk keybase tunnckocore tunnckoCore npm tunnckoCore twitter tunnckoCore github

kind-of-types's People

Contributors

tunnckocore avatar

Stargazers

Mathieu M-Gosselin avatar  avatar

Watchers

James Cloos avatar  avatar  avatar

kind-of-types's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.