noConflict source npm

_.noConflict()

释放 _ 为原来的值,并返回一个 lodash 的引用

返回值 (Function)

返回 lodash 函数

示例

var lodash = _.noConflict();