UNPKG
nestjs-i18n
Version:
beta (11.0.0-beta)
latest (10.8.4)
next (10.2.7-rc.1)
11.0.0-beta
10.8.4
10.8.3
10.8.2
10.8.1
10.8.0
10.7.5
10.7.3
10.7.2
10.7.1
10.7.0
10.6.5
10.6.2
10.6.1
10.6.0
10.5.1
10.5.0
10.4.9
10.4.8
10.4.7
10.4.6
10.4.5
10.4.0
10.3.7
10.3.6
10.3.5
10.3.4
10.3.2
10.3.1
10.3.0
10.2.7-rc.1
10.2.6
10.2.5
10.2.4
10.2.3
10.2.1
10.2.0
10.1.0
10.1.0-next.3
10.1.0-next.2
10.1.0-next.1
10.1.0-next.0
10.0.0
9.3.0
9.2.3
9.2.2
9.2.1
9.2.0
9.1.10
9.1.9
9.1.8
9.1.7
9.1.6
9.1.5
9.1.4
9.1.3
9.1.2
9.1.1
9.1.0
9.0.13
9.0.12
9.0.11
9.0.10
9.0.9
9.0.8
9.0.7
9.0.6
9.0.5
9.0.4
9.0.3
9.0.2
9.0.1
9.0.0
8.3.2
8.3.1
8.3.0
8.2.2
8.2.1
8.2.0
8.1.9
8.1.8
8.1.7
8.1.6
8.1.5
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
8.0.11
8.0.10
8.0.9
8.0.8
8.0.7
8.0.6
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.0.0
6.0.1
6.0.0
5.1.0
5.0.1
5.0.0
4.1.3
4.1.2
4.1.1
4.1.0
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.0
3.0.1
3.0.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
The i18n module for Nest.
nestjs-i18n.com
ToonvanStrijp/nestjs-i18n
nestjs-i18n
/
dist
/
utils
/
context.d.ts
4 lines
(3 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
import
{
ArgumentsHost
,
ExecutionContext
}
from
'@nestjs/common'
;
import
{ I18nOptions }
from
'..'
;
export
declare
function
getContextObject
(
i18nOptions
: I18nOptions,
context
?:
ExecutionContext
|
ArgumentsHost
):
any
;