mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-20 05:27:48 +00:00
feat[typescript]: typescript compatible field support
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user