fix(core): update
This commit is contained in:
@ -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
|
||||
// ========
|
||||
|
Reference in New Issue
Block a user