thekarel / jstypes

JS functions for checking types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests for checking JavaScirpt types.

Types checked:

  • string
  • integer
  • float
  • number
  • boolean
  • null
  • undefined
  • NaN
  • array
  • object
  • function

To run the tests:

  • sudo npm install -g jasmine-node
  • jasmine-node .

About

JS functions for checking types


Languages

Language:JavaScript 100.0%