UNPKG
otus-localization
Version:
latest (16.0.34)
16.0.34
16.0.33
16.0.26
16.0.25
16.0.24
16.0.23
16.0.22
16.0.21
16.0.19
16.0.18
16.0.17
16.0.16
16.0.15
16.0.14
16.0.13
16.0.12
16.0.11
16.0.10
16.0.9
16.0.8
16.0.7
16.0.6
16.0.0
A translation tool for Angular i18n(angular-t9n)
otus-localization
/
schematics
/
resolve-ng-locales
/
index.d.ts
7 lines
(6 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Rule
}
from
'@angular-devkit/schematics'
;
interface
Schema
{
dist
:
string
; }
declare
function
resolveNgLocales
(
_options
:
Schema
):
Rule
;
export
{ resolveNgLocales };