mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Merge pull request #5171 from chrootsu/lodash-enumPrototypes
lodash: added _.support.enumPrototypes property
This commit is contained in:
8
lodash/lodash.d.ts
vendored
8
lodash/lodash.d.ts
vendored
@@ -114,6 +114,14 @@ declare module _ {
|
||||
**/
|
||||
enumErrorProps: boolean;
|
||||
|
||||
/**
|
||||
* Detect if prototype properties are enumerable by default.
|
||||
*
|
||||
* Firefox < 3.6, Opera > 9.50 - Opera < 11.60, and Safari < 5.1 (if the prototype or a property on the
|
||||
* prototype has been set) incorrectly set the [[Enumerable]] value of a function’s prototype property to true.
|
||||
**/
|
||||
enumPrototypes: boolean;
|
||||
|
||||
/**
|
||||
* Detect if Function#bind exists and is inferred to be fast (all but V8).
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user