gypsum
Version:
Simple and easy lightweight typescript server side framework on Node.js.
4 lines (3 loc) • 357 B
TypeScript
export declare function HANDSHAKE(app?: string): (target: any, key: string, descriptor: PropertyDescriptor) => void;
export declare function ONCONNECT(app?: string): (target: any, key: string, descriptor: PropertyDescriptor) => void;
export declare function ONDISCONNECT(app?: string): (target: any, key: string, descriptor: PropertyDescriptor) => void;