Updated script that can be controled by Nodejs web app
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
import { Emitter } from "@socket.io/component-emitter";
|
||||
export declare function on(obj: Emitter<any, any>, ev: string, fn: (err?: any) => any): VoidFunction;
|
||||
Reference in New Issue
Block a user