BREAKING CHANGE(core): renamed Folable to Smartjson and added deterministic stringify
This commit is contained in:
7
ts/smartjson.plugins.ts
Normal file
7
ts/smartjson.plugins.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as lodash from 'lodash';
|
||||
import * as stableJson from 'fast-json-stable-stringify';
|
||||
|
||||
export {
|
||||
lodash,
|
||||
stableJson
|
||||
}
|
Reference in New Issue
Block a user