8 lines
127 B
TypeScript
8 lines
127 B
TypeScript
|
import * as lodash from 'lodash';
|
||
|
import * as stableJson from 'fast-json-stable-stringify';
|
||
|
|
||
|
export {
|
||
|
lodash,
|
||
|
stableJson
|
||
|
}
|