diff --git a/lodash/lodash.d.ts b/lodash/lodash.d.ts index e483a7102e..8485bcd398 100644 --- a/lodash/lodash.d.ts +++ b/lodash/lodash.d.ts @@ -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 * *********** */