hel-lodash
Version:
远程仓库模板库
15 lines (11 loc) • 335 B
JavaScript
import { exposeLib } from 'hel-lib-proxy';
/*
|--------------------------------------------------------------------------
|
| hel 动态包的模块名称
|
|--------------------------------------------------------------------------
*/
const LIB_NAME = 'hel-lodash';
const lib = exposeLib(LIB_NAME);
export { lib as default, lib };