📄 index.test.ts
¶
📊 Analysis Summary¶
Metric | Count |
---|---|
🔧 Functions | 1 |
📦 Imports | 7 |
🟢 Vue Composition API | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/math/useClamp/index.test.ts
📦 Imports¶
Name | Source |
---|---|
describe |
vitest |
expect |
vitest |
it |
vitest |
computed |
vue |
isReadonly |
vue |
shallowRef |
vue |
useClamp |
./index |
Vue Composition API¶
Name | Type | Reactive Variables | Composables |
---|---|---|---|
computed |
computed | none | none |
Functions¶
value(): any
¶
- Return Type:
any