UNPKG

@angular/build

Version:

Official build system for Angular

14 lines (13 loc) 492 B
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { Builder } from '@angular-devkit/architect'; import { execute } from './builder'; import type { Schema as ExtractI18nBuilderOptions } from './schema'; export { ExtractI18nBuilderOptions, execute }; declare const builder: Builder<ExtractI18nBuilderOptions>; export default builder;