mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +02:00
Remove extra space
This commit is contained in:
parent
51cd23eb2b
commit
5b759ee7b4
2
test/@types/vitest.d.ts
vendored
2
test/@types/vitest.d.ts
vendored
@ -44,7 +44,7 @@ declare module "vitest" {
|
||||
* @typeParam T - The type parameter of the assertion
|
||||
* @typeParam R - The type to restrict T based off of
|
||||
* @privateRemarks
|
||||
* We cannot remove incompatible methods outright as Typescript requires that
|
||||
* We cannot remove incompatible methods outright as Typescript requires that
|
||||
* interfaces extend solely off of types with statically known members.
|
||||
*/
|
||||
type RestrictMatcher<M extends object, T, R> = {
|
||||
|
Loading…
Reference in New Issue
Block a user