fix(core): update

This commit is contained in:
2024-04-17 20:19:17 +02:00
parent 096cd74773
commit 09b74e4053
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
import * as plugins from './smartjson.plugins.js';
import * as bufferhandling from './bufferhandling.js';
import { json } from 'stream/consumers';
interface JsonObject {
[key: string]: any;