File size: 144 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 | *arrow function 19* = (...) => false
run = (...) => ("should not run" | "should run")
shouldRun = *arrow function 19*
x = (true | undefined)
|
1e92f2d | 1 2 3 4 5 6 7 8 | *arrow function 19* = (...) => false
run = (...) => ("should not run" | "should run")
shouldRun = *arrow function 19*
x = (true | undefined)
|