6 lines
56 B
TypeScript
6 lines
56 B
TypeScript
|
import * as lodash from 'lodash'
|
||
|
|
||
|
export {
|
||
|
lodash
|
||
|
}
|