noConflict source npm

_.noConflict()

Reverts the _ variable to its previous value and returns a reference to the lodash function.

Returns (Function)

Returns the lodash function.

Example

var lodash = _.noConflict();