Package Exports
- @locustjs/base
- @locustjs/base/index.cjs.js
- @locustjs/base/index.esm.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@locustjs/base) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.