fix(core): update

This commit is contained in:
2019-08-25 16:03:34 +02:00
parent 4ff97294bb
commit 65e581d48b
5 changed files with 42 additions and 111 deletions

View File

@ -8,7 +8,7 @@ export class Smartjson {
public static stringify = (objArg: any, optionsArg: plugins.stableJson.Options) => {
return plugins.stableJson(objArg, optionsArg);
};
}
// ========
// INSTANCE