Combined is snippets into a generic one
This commit is contained in:
@ -79,16 +79,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
|
||||
@ -96,18 +94,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
|
||||
|
||||
Reference in New Issue
Block a user