UNPKG
@grammyjs/i18n
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.5.1
0.5.0
0.4.0
0.3.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.1
Internationalization plugin for grammY based on Fluent.
github.com/grammyjs/i18n
grammyjs/i18n
@grammyjs/i18n
/
script
/
_dnt.shims.d.ts
6 lines
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Deno
}
from
"@deno/shim-deno"
;
export
{
Deno
}
from
"@deno/shim-deno"
;
export
declare
const
dntGlobalThis
:
Omit
<
typeof
globalThis,
"Deno"
> & {
Deno
:
typeof
Deno
; };
//# sourceMappingURL=_dnt.shims.d.ts.map