mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-15 20:09:30 +02:00
Ran biome
This commit is contained in:
parent
a9e66e43ad
commit
0449b3f2ea
2
global.d.ts
vendored
2
global.d.ts
vendored
@ -1,7 +1,5 @@
|
||||
import type { SetupServerApi } from "msw/node";
|
||||
|
||||
export {};
|
||||
|
||||
declare global {
|
||||
/**
|
||||
* Only used in testing.
|
||||
|
4
src/typings/i18next.d.ts
vendored
4
src/typings/i18next.d.ts
vendored
@ -2,7 +2,5 @@ import type { TOptions } from "i18next";
|
||||
|
||||
// Module declared to make referencing keys in the localization files type-safe.
|
||||
declare module "i18next" {
|
||||
interface TFunction {
|
||||
(key: string | string[], options?: TOptions & Record<string, unknown>): string;
|
||||
}
|
||||
type TFunction = (key: string | string[], options?: TOptions & Record<string, unknown>) => string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user