weak_ref.d.d.ts 202 B

123456789
  1. /**
  2. * @license Angular v20.1.0
  3. * (c) 2010-2025 Google LLC. https://angular.io/
  4. * License: MIT
  5. */
  6. declare function setAlternateWeakRefImpl(impl: unknown): void;
  7. export { setAlternateWeakRefImpl };