mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-09 03:30:09 +00:00
added _.VERSION property
This commit is contained in:
11
lodash/lodash.d.ts
vendored
11
lodash/lodash.d.ts
vendored
@@ -2934,16 +2934,21 @@ declare module _ {
|
||||
export function uniqueId(prefix?: string): string;
|
||||
|
||||
/**
|
||||
* By default, the template delimiters used by Lo-Dash are similar to those in embedded Ruby
|
||||
* (ERB). Change the following template settings to use alternative delimiters.
|
||||
* The semantic version number.
|
||||
**/
|
||||
export var templateSettings: TemplateSettings;
|
||||
export var VERSION: string;
|
||||
|
||||
/**
|
||||
* An object used to flag environments features.
|
||||
**/
|
||||
export var support: Support;
|
||||
|
||||
/**
|
||||
* By default, the template delimiters used by Lo-Dash are similar to those in embedded Ruby
|
||||
* (ERB). Change the following template settings to use alternative delimiters.
|
||||
**/
|
||||
export var templateSettings: TemplateSettings;
|
||||
|
||||
/* **********
|
||||
* Chaining *
|
||||
*********** */
|
||||
|
||||
Reference in New Issue
Block a user