feat & fix: revert assert import & support MFace element

This commit is contained in:
pk5ls20
2024-10-18 16:34:45 +08:00
parent 698e095364
commit dfdca11155
3 changed files with 50 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import * as assert from "node:assert";
import assert from "node:assert";
export class Frame{
static pack(head: Buffer, body: Buffer): Buffer {