Lang(类型转换与类型判断操作)

  • _.castArray:

  • _.clone:

  • _.cloneDeep:

  • _.cloneDeepWith:

  • _.cloneWith:

  • _.conformsTo:

  • _.eq:

  • _.gt:

  • _.gte:

  • _.isArguments:

  • _.isArray:

  • _.isArrayBuffer:

  • _.isArrayLike:

  • _.isArrayLikeObject:

  • _.isBoolean:

  • _.isBuffer:

  • _.isDate:

  • _.isElement:

  • _.isEmpty:

  • _.isEqual:

  • _.isEqualWith:

  • _.isError:

  • _.isFinite:

  • _.isFunction:

  • _.isInteger:

  • _.isLength:

  • _.isMap:

  • _.isMatch:

  • _.isMatchWith:

  • _.isNaN:

  • _.isNative:

  • _.isNil:

  • _.isNull:

  • _.isNumber:

  • _.isObject:

  • _.isObjectLike:

  • _.isPlainObject:

  • _.isRegExp:

  • _.isSafeInteger:

  • _.isSet:

  • _.isString:

  • _.isSymbol:

  • _.isTypedArray:

  • _.isUndefined:

  • _.isWeakMap:

  • _.isWeakSet:

  • _.lt:

  • _.lte:

  • _.toArray:

  • _.toFinite:

  • _.toInteger:

  • _.toLength:

  • _.toNumber:

  • _.toPlainObject:

  • _.toSafeInteger:

  • _.toString:

Last updated