_.VERSION

(string): The semantic version number.

_.templateSettings

(Object): By default, the template delimiters used by lodash are like those in embedded Ruby (ERB) as well as ES2015 template strings. Change the following template settings to use alternative delimiters.

_.templateSettings.escape

(RegExp): Used to detect data property values to be HTML-escaped.

_.templateSettings.evaluate

(RegExp): Used to detect code to be evaluated.

_.templateSettings.imports

(Object): Used to import variables into the compiled template.

_.templateSettings.interpolate

(RegExp): Used to detect data property values to inject.

_.templateSettings.variable

(string): Used to reference the data object in the template text.