UNPKG

otus-localization

Version:

A translation tool for Angular i18n(angular-t9n)

7 lines (6 loc) 178 B
import { Rule } from '@angular-devkit/schematics'; interface Schema { dist: string; } declare function resolveNgLocales(_options: Schema): Rule; export { resolveNgLocales };