📄 index.test.ts
¶
📊 Analysis Summary¶
Metric | Count |
---|---|
📦 Imports | 6 |
📊 Variables & Constants | 2 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/shared/get/index.test.ts
📦 Imports¶
Name | Source |
---|---|
describe |
vitest |
expect |
vitest |
it |
vitest |
deepRef |
vue |
shallowRef |
vue |
get |
./index |
Variables & Constants¶
Name | Type | Kind | Value | Exported |
---|---|---|---|---|
plain |
{ foo: string; } |
const | { foo: 'bar' } |
✗ |
plain |
number[] |
const | [1, 2, 3] |
✗ |