UNPKG

angular-t9n

Version:

A translation tool for Angular i18n

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