1.0.12 • Published 3 years ago

locustjs-base v1.0.12

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

locustjs-base

This library contains basic functions.

Current basic functions are as follows:

  • isString
  • isNumber
  • isDate
  • isBool
  • isaN
  • isEmpty
  • isSomeString
  • isObject
  • isSomeObject
  • isFunction
  • isNumeric
  • hasDate
  • hasBool
  • isFormatedDate
  • isPrimitive
  • isArray
  • isSomeArray
  • isNamespace

Also, the library provides two BaseEnum and Enum utility classes to define enums.