BREAKING CHANGE(core): renamed Folable to Smartjson and added deterministic stringify

This commit is contained in:
2019-02-14 23:16:34 +01:00
parent a9ad89d320
commit 5e945ddad6
9 changed files with 842 additions and 368 deletions

7
ts/smartjson.plugins.ts Normal file
View File

@@ -0,0 +1,7 @@
import * as lodash from 'lodash';
import * as stableJson from 'fast-json-stable-stringify';
export {
lodash,
stableJson
}