2.0.1 • Published 12 years ago

type-of v2.0.1

Weekly downloads
520,088
License
-
Repository
github
Last release
12 years ago

type-of

Type assertions aka less-broken typeof.

Build Status Dependency Status NPM version

Example

var type = require('type-of')

var obj = new Date
if (type(obj) == 'date') ...

API

type(new Date) == 'date'
type({}) == 'object'
type(null) == 'null'
type(undefined) == 'undefined'
type("hey") == 'string'
type(true) == 'boolean'
type(false) == 'boolean'
type(12) == 'number'
type(type) == 'function'
type(/asdf/) == 'regexp'
type((function(){ return arguments })()) == 'arguments'
type([]) == 'array'
type(document.createElement('div')) == 'element'

License

MIT

ian-validatortypes-assertbigquery-modelbloody-simple-sqs@everything-registry/sub-chunk-2993talk-msg-dslwonder-slateteamspeak-queryswagdocj22-slatejson-nativejson-literaljsatomixjscs-angulargulp-inline-importheroku-dynoleason@wardpeet/gatsby@wikifactory/markup-it@webflo/slate@woodl/crud@woodl/extend-smart@thirdscope/slate@throttleup/gatsby@upsilon/slate@xuhaojun/slateanalytics-react-native@zykj/slate@zykj/slate-html-serializeratp-pointfreeatp-active-recordapktool@happyiterating/slatesoyie-http-routerterryoy-slateto-bool-functiontonic-exercise-kituniversal-firebasets-module-templatets-functionalvalid-object@infinitebrahmanuniverse/nolb-type-@ksimons/slate@ksimons/slate-html-serializernaominaomi-mysqlpacking-ajaxobjobscirpussatirereact-jsoneditorpromising-helpnomad-slateplistparserremote-git-storageredux-segment-noderedis-micro-transportrankyjsskorzh-slate-html-serializerslate-mark-hotkeysslate-packagesslate-pzcslate-auto-replaceslate-auto-replace-blockslate-auto-replace-legacyslate-fixslate-html-serializerslate-smart-replacesimplizerslate-bbcode-serializersl-api@nodox/gatsby@nxtedition/slate@opuscapita/slate@opuscapita/slate-html-serializer@pathable/slate@hugo-team/slate@hugo-team/slate-html-serializer@gigmade/slate@gigmade/slate-html-serializer@gitbook/slate@gitbook/slate-auto-replace@gitbook/slate-html-serializer@heat/awslessgatsbygamelynx-gatsbygatsby-songwangeachlineexpress-middleware-validatefh-js-sdkfh-sync-js@7hci/gatsby-pge@accordproject/markdown-html@accordproject/markdown-pdf@productboard/slate@bjoerge/slate@bonobolabs/gatsby@bighappiness/ts3package@aykamko/slate@boyuai/slate
2.0.1

12 years ago

2.0.0

12 years ago