Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 192 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 192 Bytes

type-guards

Available functions:

  • isNull
  • isUndefined
  • isNullOrUndefined
  • isEmptyArray
  • isEmptyObject
  • isNumber
  • isBoolean
  • isConstructor
  • isString
  • awaitAll