JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 129693
  • Score
    100M100P100Q181389F
  • License MIT

mashup of lodash with checkit module

Package Exports

  • lodash-checkit

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 (lodash-checkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

lodash-checkit

CircleCI badge lodash-checkit

Related modules: lodash-match-pattern chai-match-pattern

This is an extension of lodash with extra isXxxx methods from the Checkit module, along with is...Case methods derived from the lodash case conversion methods. All functions have corresponding isNotXxxx methods as well.

Lodash-Checkit "isXxxx" function list

Name From
isAlpha from Checkit module's regex validator "alpha"
isAlphaDash from Checkit module's regex validator "alphaDash"
isAlphaNumeric from Checkit module's regex validator "alphaNumeric"
isAlphaUnderscore from Checkit module's regex validator "alphaUnderscore"
isArguments inherited from lodash module
isArray inherited from lodash module
isArrayBuffer inherited from lodash module
isArrayLike inherited from lodash module
isArrayLikeObject inherited from lodash module
isBase64 from Checkit module's regex validator "base64"
isBetween from Checkit module's validator "between"
isBoolean inherited from lodash module
isBuffer inherited from lodash module
isCamelCase from lodash "...Case" function
isContainerFor from Checkit module's validator "contains"
isDate inherited from lodash module
isDifferent from Checkit module's validator "different"
isElement inherited from lodash module
isEmail from Checkit module's regex validator "email"
isEmpty inherited from lodash module
isEqual inherited from lodash module
isEqualWith inherited from lodash module
isError inherited from lodash module
isExactLength from Checkit module's validator "exactLength"
isExists from Checkit module's validator "exists"
isFinite inherited from lodash module
isFunction inherited from lodash module
isGreaterThan from Checkit module's validator "greaterThan"
isGreaterThanEqualTo from Checkit module's validator "greaterThanEqualTo"
isInRange from Checkit module's validator "range"
isInteger from Checkit module's regex validator "integer"
isIpv4 from Checkit module's regex validator "ipv4"
isIpv6 from Checkit module's regex validator "ipv6"
isKebabCase from lodash "...Case" function
isLength inherited from lodash module
isLessThan from Checkit module's validator "lessThan"
isLessThanEqualTo from Checkit module's validator "lessThanEqualTo"
isLowerCase from lodash "...Case" function
isLuhn from Checkit module's regex validator "luhn"
isMap inherited from lodash module
isMatch inherited from lodash module
isMatchWith inherited from lodash module
isMaxLength from Checkit module's validator "maxLength"
isMinLength from Checkit module's validator "minLength"
isNaN inherited from lodash module
isNative inherited from lodash module
isNatural from Checkit module's regex validator "natural"
isNaturalNonZero from Checkit module's regex validator "naturalNonZero"
isNil inherited from lodash module
isNotAlpha from not "isAlpha"
isNotAlphaDash from not "isAlphaDash"
isNotAlphaNumeric from not "isAlphaNumeric"
isNotAlphaUnderscore from not "isAlphaUnderscore"
isNotBase64 from not "isBase64"
isNotBetween from not "isBetween"
isNotCamelCase from not "isCamelCase"
isNotContainerFor from not "isContainerFor"
isNotDifferent from not "isDifferent"
isNotEmail from not "isEmail"
isNotExactLength from not "isExactLength"
isNotExists from not "isExists"
isNotGreaterThan from not "isGreaterThan"
isNotGreaterThanEqualTo from not "isGreaterThanEqualTo"
isNotInRange from not "isInRange"
isNotInteger from not "isInteger"
isNotIpv4 from not "isIpv4"
isNotIpv6 from not "isIpv6"
isNotKebabCase from not "isKebabCase"
isNotLessThan from not "isLessThan"
isNotLessThanEqualTo from not "isLessThanEqualTo"
isNotLowerCase from not "isLowerCase"
isNotLuhn from not "isLuhn"
isNotMaxLength from not "isMaxLength"
isNotMinLength from not "isMinLength"
isNotNatural from not "isNatural"
isNotNaturalNonZero from not "isNaturalNonZero"
isNotNumeric from not "isNumeric"
isNotRequired from not "isRequired"
isNotSnakeCase from not "isSnakeCase"
isNotStartCase from not "isStartCase"
isNotString from not "isString"
isNotUpperCase from not "isUpperCase"
isNotUrl from not "isUrl"
isNotUuid from not "isUuid"
isNull inherited from lodash module
isNumber inherited from lodash module
isNumeric from Checkit module's validator "numeric"
isObject inherited from lodash module
isObjectLike inherited from lodash module
isPlainObject inherited from lodash module
isRegExp inherited from lodash module
isRequired from Checkit module's validator "required"
isSafeInteger inherited from lodash module
isSet inherited from lodash module
isSnakeCase from lodash "...Case" function
isStartCase from lodash "...Case" function
isString from Checkit module's validator "string"
isSymbol inherited from lodash module
isTypedArray inherited from lodash module
isUndefined inherited from lodash module
isUpperCase from lodash "...Case" function
isUrl from Checkit module's regex validator "url"
isUuid from Checkit module's regex validator "uuid"
isWeakMap inherited from lodash module
isWeakSet inherited from lodash module