Merge pull request #556 from Chalarangelo/isUpdate

[PATCH] Combined is snippets into a generic one
This commit is contained in:
Angelos Chalaris
2018-01-17 21:38:35 +02:00
committed by GitHub
10 changed files with 26 additions and 112 deletions

View File

@ -81,16 +81,14 @@ initializeArrayWithValues:array,math
inRange:math
intersection:array,math
invertKeyValues:object
is:type,array,regexp
isAbsoluteURL:string,utility,browser,url
isArray:type,array
isArrayBuffer:type
isArrayLike:type,array
isBoolean:type
isDivisible:math
isEven:math
isFunction:type,function
isLowerCase:string,utility
isMap:type
isNil:type
isNull:type
isNumber:type,math
@ -98,18 +96,13 @@ isObject:type,object
isPrime:math
isPrimitive:type,function,array,string
isPromiseLike:type,function,promise
isRegExp:type,regexp
isSet:type
isSorted:array
isString:type,string
isSymbol:type
isTravisCI:node
isTypedArray:type
isUndefined:type
isUpperCase:string,utility
isValidJSON:type,json
isWeakMap:type
isWeakSet:type
join:array
JSONToFile:node,json
last:array