diff --git a/src/index.d.ts b/src/index.d.ts index c485367..6ab901a 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -14,7 +14,7 @@ type Query = { * Modifies component data with a callback function * @param fn The function to modify data */ - replace: (this: Query, fn: (...components: T) => T extends [infer U] ? U : LuaTuple) => void + replace: (this: Query, fn: (...components: T) => T extends [infer U] ? U : LuaTuple) => void; } & IterableFunction>; // Utility Types