mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Vendored
+12
@@ -5745,6 +5745,18 @@ declare module _ {
|
||||
**/
|
||||
isEmpty(value: any): boolean;
|
||||
}
|
||||
|
||||
//_.isError
|
||||
interface LoDashStatic {
|
||||
/**
|
||||
* Checks if value is an Error, EvalError, RangeError, ReferenceError, SyntaxError, TypeError,
|
||||
* or URIError object.
|
||||
* @param value The value to check.
|
||||
* @return True if value is an error object, else false.
|
||||
*/
|
||||
isError(value: any): boolean;
|
||||
}
|
||||
|
||||
|
||||
//_.isEqual
|
||||
interface LoDashStatic {
|
||||
|
||||
Reference in New Issue
Block a user