9 lines
175 B
TypeScript
9 lines
175 B
TypeScript
import * as plugins from './typedsocket.plugins';
|
|
|
|
export class TypedSocket {
|
|
public static async createServer () {}
|
|
|
|
public static createCleint() {}
|
|
|
|
constructor() {}
|
|
} |