fix(core): update

This commit is contained in:
Philipp Kunz 2021-04-26 08:24:36 +00:00
parent 9fca2c3aa4
commit 12b1672e58

View File

@ -53,6 +53,10 @@ export class Smartfile extends plugins.smartjson.Smartjson {
return smartfile;
}
public static async fromFoldedJson(foldedJsonArg: string) {
return new Smartfile(plugins.smartjson.parse(foldedJsonArg));
}
// ========
// INSTANCE
// ========