📄 index.ts
¶
📊 Analysis Summary¶
Metric | Count |
---|---|
🔧 Functions | 1 |
📦 Imports | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/shared/set/index.ts
📦 Imports¶
Name | Source |
---|---|
Ref |
vue |
Functions¶
set(ref: Ref<T>, value: T): void
¶
- Parameters:
ref: Ref<T>
value: T
- Return Type:
void