Skip to content

Commit

Permalink
shut up typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed May 15, 2024
1 parent 5ec31ee commit 1c20bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/src/internal/client/reactivity/props.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const spread_props_handler = {
};

/**
* @param {Array<Record<string, unknown> | (() => Record<string, unknown>)>} props
* @param {any[]} props
* @returns {any}
*/
export function spread_props(...props) {
Expand Down

0 comments on commit 1c20bf3

Please sign in to comment.