Kethan
Results
12
issues of
Kethan
how to call custom event outside litedom scope? Eg. function a() { console.log('a') } DOWN
```ts const run = (...fns) => async (...args) => { for (const fn of fns.flat(1 / 0)) { const result = fn && await fn(...args); if (result !== undefined) return...
new feature