/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/angular_devkit/architect/src/index.ts
15 строк
405 B
Paul Gschwendtner
refactor: add explicit types for `createBuilder` exports
15 янв 2025, 21:20
15 янв 2025, 21:20
96b6a16
Код
Авторство
О чём код?
/** * @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 * as jobs from './jobs'; export * from './api'; export { Architect, type ScheduleOptions } from './architect'; export { createBuilder, type Builder } from './create-builder'; export { jobs };