Files
cht-lawfirm/front/app/node_modules/@angular/localize/init/index.d.ts
2023-01-16 17:49:38 +01:00

19 lines
376 B
TypeScript
Executable File

/**
* @license Angular v15.0.4
* (c) 2010-2022 Google LLC. https://angular.io/
* License: MIT
*/
import { ɵ$localize as $localize } from '@angular/localize';
import { ɵLocalizeFn as LocalizeFn } from '@angular/localize';
import { ɵTranslateFn as TranslateFn } from '@angular/localize';
export { $localize }
export { LocalizeFn }
export { TranslateFn }
export { }