Files
pyrofetes-frontend/node_modules/@angular/core/weak_ref.d.d.ts
T
2026-05-26 11:58:39 +02:00

10 lines
204 B
TypeScript
Executable File

/**
* @license Angular v20.3.21
* (c) 2010-2025 Google LLC. https://angular.dev/
* License: MIT
*/
declare function setAlternateWeakRefImpl(impl: unknown): void;
export { setAlternateWeakRefImpl };