Skip to content

Releases: davalapar/vartype

@3.0.0

24 Mar 20:11
Compare
Choose a tag to compare
  • Feature complete release
    • vartype(value)
      • identifies the type of value
      • returns String
    • vartype(value, ...types) returns boolean
      • checks if value is one of the expected types
      • returns Boolean