fix(core): update
This commit is contained in:
1
ts/index.ts
Normal file
1
ts/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from './typedsocket.classes.typedsocket';
|
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() {}
|
||||
}
|
13
ts/typedsocket.plugins.ts
Normal file
13
ts/typedsocket.plugins.ts
Normal file
@ -0,0 +1,13 @@
|
||||
// @apiglobal scope
|
||||
import * as typedrequest from '@apiglobal/typedrequest';
|
||||
|
||||
export {
|
||||
typedrequest
|
||||
}
|
||||
|
||||
// @pushrocks scope
|
||||
import * as smartsocket from '@pushrocks/smartsocket';
|
||||
|
||||
export {
|
||||
smartsocket
|
||||
}
|
Reference in New Issue
Block a user