feat[typescript]: typescript compatible field support

This commit is contained in:
godotg
2023-09-28 10:48:46 +08:00
parent 696b2ab8a1
commit 646b9a8bd0
12 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import ByteBuffer from './zfoo/buffer/ByteBuffer';
import ProtocolManager from './zfoo/ProtocolManager';
import ByteBuffer from './zfoots/buffer/ByteBuffer';
import ProtocolManager from './zfoots/ProtocolManager';
import * as fs from "fs";
function assert(flag: boolean): void {
if (!flag) {