Files
Botexercito/Frontend/angular-internal-chat/node_modules/@angular/compiler-cli/linker/babel/index.d.ts
T

11 lines
368 B
TypeScript
Raw Normal View History

2026-03-22 18:07:19 +00:00
/**
* @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 { defaultLinkerPlugin } from './src/babel_plugin';
export { createEs2015LinkerPlugin } from './src/es2015_linker_plugin';
export default defaultLinkerPlugin;