diff --git a/packages/support/src/reflections/toWeakReference.ts b/packages/support/src/reflections/toWeakReference.ts index 603251b7..3f02bd1b 100644 --- a/packages/support/src/reflections/toWeakReference.ts +++ b/packages/support/src/reflections/toWeakReference.ts @@ -1,6 +1,8 @@ import { isset } from "@aedart/support/misc"; /** + * @deprecated Use {@link import('@aedart/support/misc').toWeakRef} instead + * * Converts target object to a weak reference, if not already * * @param {WeakRef | object | undefined} [target=undefined]