UNPKG

hel-lodash

Version:

远程仓库模板库

12 lines (8 loc) 195 B
import * as lodash from 'lodash'; import * as utils from '../utils'; const myLodash = { ...lodash, myUtils: utils, }; export type LibProperties = typeof myLodash; export default myLodash;