Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Jun 11, 2024
1 parent 552f37a commit 86211d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import { Signal } from '../../types/signals'
export class SignalsRuntime {
// @ts-ignore
constructor(_signals: Signal[]) {}
find(..._args: any[]) {
find = (..._args: any[]) => {
throw new Error('nope')
}
getNextIndex(..._args: any[]) {
getNextIndex = (..._args: any[]) => {
throw new Error('nope')
}
}

0 comments on commit 86211d8

Please sign in to comment.