⬅️ Back to Table of Contents
📄 index.test.ts
📊 Analysis Summary
Metric |
Count |
📦 Imports |
5 |
🟢 Vue Composition API |
2 |
📐 Interfaces |
1 |
📚 Table of Contents
🛠️ File Location:
📂 packages/shared/reactiveOmit/index.test.ts
📦 Imports
Name |
Source |
describe |
vitest |
expect |
vitest |
it |
vitest |
reactive |
vue |
reactiveOmit |
./index |
Vue Composition API
Name |
Type |
Reactive Variables |
Composables |
reactive |
reactive |
none |
none |
reactive |
reactive |
none |
none |
Interfaces
TargetObject
Interface Code
interface TargetObject {
foo: string
bar: string
baz?: string
qux?: boolean
}
Properties
Name |
Type |
Optional |
Description |
foo |
string |
✗ |
|
bar |
string |
✗ |
|
baz |
string |
✓ |
|
qux |
boolean |
✓ |
|