📄 index.ts¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 1 |
| 📦 Imports | 3 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/shared/tryOnScopeDispose/index.ts
📦 Imports¶
| Name | Source |
|---|---|
Fn |
../utils |
getCurrentScope |
vue |
onScopeDispose |
vue |
Functions¶
tryOnScopeDispose(fn: Fn): boolean¶
Code
-
JSDoc:
-
Parameters:
fn: Fn- Return Type:
boolean - Calls:
getCurrentScope (from vue)onScopeDispose (from vue)