Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Further updates to 2-way reactive function set() types
- Allow `set()` to return a partial array covering first N inputs to update, and remove extra brackets in `Ins[]` return type since `Ins` is already an array - Individually validate types of each item of of `{ 0: in0, 2: in2, ... }` object return value, instead of using an index signature that allows values to be any of the inputs' types
- Loading branch information