Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 367 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 367 Bytes

jistype

yet another istype detect library using Object.prototype.toStirng.call to get type.

methods

  • isString
  • isArray
  • isRegExp
  • isNumber
  • isObject
  • isFunction
  • isBoolean
  • isUndefined
  • isNull
  • isDate
  • isGlobal
  • isError
  • isBuffer
  • isNullOrUndefined
  • isNaN
  • isPrimitive
  • isGenerator
  • isGeneratorFunction
  • isPromise
  • type

License

MIT