fix(core): update
This commit is contained in:
9
ts/typedsocket.classes.typedsocket.ts
Normal file
9
ts/typedsocket.classes.typedsocket.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as plugins from './typedsocket.plugins';
|
||||
|
||||
export class TypedSocket {
|
||||
public static async createServer () {}
|
||||
|
||||
public static createCleint() {}
|
||||
|
||||
constructor() {}
|
||||
}
|
||||
Reference in New Issue
Block a user