mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-16 20:39:27 +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";
|
import type { SetupServerApi } from "msw/node";
|
||||||
|
|
||||||
export {};
|
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
/**
|
/**
|
||||||
* Only used in testing.
|
* 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.
|
// Module declared to make referencing keys in the localization files type-safe.
|
||||||
declare module "i18next" {
|
declare module "i18next" {
|
||||||
interface TFunction {
|
type TFunction = (key: string | string[], options?: TOptions & Record<string, unknown>) => string;
|
||||||
(key: string | string[], options?: TOptions & Record<string, unknown>): string;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user