mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
added _.VERSION property
This commit is contained in:
Vendored
+8
-3
@@ -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