noderaider / localsync

Real-time browser state synchronization across multiple tabs.

Home Page:http://localsync.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trigger function in typescript

qwertvasilii opened this issue · comments

I got typescript error when trying execute trigger function with params that it's expecting no params, according Controller.ts trigger has type () => void;
Any solution?