📄 index.ts¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 1 |
| 📦 Imports | 3 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/shared/tryOnBeforeUnmount/index.ts
📦 Imports¶
| Name | Source |
|---|---|
Fn |
../utils |
onBeforeUnmount |
vue |
getLifeCycleTarget |
../utils |
Functions¶
tryOnBeforeUnmount(fn: Fn, target: any): void¶
Code
-
JSDoc:
-
Parameters:
fn: Fntarget: any- Return Type:
void - Calls:
getLifeCycleTarget (from ../utils)onBeforeUnmount (from vue)