hel-lodash
Version:
远程仓库模板库
24 lines (18 loc) • 823 B
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('hel-lib-proxy')) :
typeof define === 'function' && define.amd ? define(['exports', 'hel-lib-proxy'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["hel-lodash"] = {}, global.helLibProxy));
})(this, (function (exports, helLibProxy) { 'use strict';
/*
|--------------------------------------------------------------------------
|
| hel 动态包的模块名称
|
|--------------------------------------------------------------------------
*/
const LIB_NAME = 'hel-lodash';
const lib = helLibProxy.exposeLib(LIB_NAME);
exports["default"] = lib;
exports.lib = lib;
Object.defineProperty(exports, '__esModule', { value: true });
}));