REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 3.03 KB
Close
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/react-i18next/icu.macro.d.ts
Text
Base64
import React from 'react'; import { Trans } from './'; import { Namespace, DefaultNamespace, TFuncKey, i18n } from 'i18next'; export { Trans }; declare module 'react-i18next/icu.macro' { export interface PluralSubProps< K extends TFuncKey<N> extends infer A ? A : never, N extends Namespace = DefaultNamespace > { children?: never; i18nKey?: K; i18n?: i18n; ns?: N; count: number; values?: {}; zero?: string | React.ReactElement; one?: string | React.ReactElement; two?: string | React.ReactElement; few?: string | React.ReactElement; many?: string | React.ReactElement; other: string | React.ReactElement; } type PluralProps< T, K extends TFuncKey<N> extends infer A ? A : never, N extends Namespace = DefaultNamespace > = { [P in keyof T]: P extends keyof PluralSubProps<K, N> ? // support the standard properties of Plural PluralSubProps<K, N>[P] : // this supports infinite $0={..} or $123={..} // technically it also supports $-1={..} and $2.3={..} but we don't need to // worry since that's invalid syntax. P extends `$${number}` ? string | React.ReactElement : never; }; interface SelectSubProps { [key: string]: string | React.ReactElement; } interface NoChildren { children?: never; } interface SelectRequiredProps< K extends TFuncKey<N> extends infer A ? A : never, N extends Namespace = DefaultNamespace > extends NoChildren { i18nKey?: K; i18n?: i18n; ns?: N; other: string | React.ReactElement; } // defining it this way ensures that `other` is always defined, but allows // unlimited other select types. type SelectProps< K extends TFuncKey<N> extends infer A ? A : never, N extends Namespace = DefaultNamespace > = SelectSubProps & SelectRequiredProps<K, N>; function Plural< T, K extends TFuncKey<N> extends infer A ? A : never, N extends Namespace = DefaultNamespace >(props: PluralProps<T, K, N> & NoChildren): React.ReactElement; function SelectOrdinal< T, K extends TFuncKey<N> extends infer A ? A : never, N extends Namespace = DefaultNamespace >(props: PluralProps<T, K, N> & NoChildren): React.ReactElement; function Select< K extends TFuncKey<N> extends infer A ? A : never, N extends Namespace = DefaultNamespace >(props: SelectProps<K, N>): React.ReactElement; function date(strings: TemplateStringsArray, variable: Date): string; function time(strings: TemplateStringsArray, variable: Date): string; function number(strings: TemplateStringsArray, variable: number): string; type ValidInterpolations = React.ReactElement | string; function plural( strings: TemplateStringsArray, variable: number, ...args: ValidInterpolations[] ): string; function selectOrdinal( strings: TemplateStringsArray, variable: number, ...args: ValidInterpolations[] ): string; function select( strings: TemplateStringsArray, variable: string, ...args: ValidInterpolations[] ): string; }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 2 × Files: 12
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
dist
DIR
-
drwxr-xr-x
2026-02-28 00:28:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
src
DIR
-
drwxr-xr-x
2026-02-28 00:29:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CHANGELOG.md
39.41 KB
lrw-r--r--
2026-02-28 00:29:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
icu.macro.d.ts
3.03 KB
lrw-r--r--
2026-02-28 00:29:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
icu.macro.js
25.44 KB
lrw-r--r--
2026-02-28 00:28:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.d.ts
3.95 KB
lrw-r--r--
2026-02-28 00:29:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
initReactI18next.d.ts
94 B
lrw-r--r--
2026-02-28 00:29:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LICENSE
1.05 KB
lrw-r--r--
2026-02-28 00:26:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
6.42 KB
lrw-r--r--
2026-02-28 00:29:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
react-i18next.js
37.94 KB
lrw-r--r--
2026-02-28 00:28:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
react-i18next.min.js
17.16 KB
lrw-r--r--
2026-02-28 00:28:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
README.md
10.71 KB
lrw-r--r--
2026-02-28 00:29:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TransWithoutContext.d.ts
1.11 KB
lrw-r--r--
2026-02-28 00:29:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
tslint.json
438 B
lrw-r--r--
2026-02-28 00:29:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).