⬅️ Back to Table of Contents
📄 ecosystem-functions
📊 Analysis Summary
| Metric |
Count |
| 📦 Imports |
1 |
| 📊 Variables & Constants |
6 |
📚 Table of Contents
🛠️ File Location:
📂 meta/ecosystem-functions.ts
📦 Imports
| Name |
Source |
VueUseFunction |
@vueuse/metadata |
Variables & Constants
| Name |
Type |
Kind |
Value |
Exported |
head |
VueUseFunction[] |
const |
[ { name: 'createHead', package: 'head', description: 'create the head manage... |
✓ |
motionDefaults |
{ package: string; category: string; } |
const |
{ package: 'motion', category: '@Motion', } |
✗ |
motion |
VueUseFunction[] |
const |
[ { ...motionDefaults, name: 'useMotion', description: 'putting your componen... |
✓ |
sound |
VueUseFunction[] |
const |
[ { name: 'useSound', package: 'sound', description: 'play sound effects reac... |
✓ |
schemaOrg |
VueUseFunction[] |
const |
[ { name: 'createSchemaOrg', package: 'schema-org', description: 'create the ... |
✓ |
ecosystemFunctions |
any[] |
const |
[ ...head, ...motion, ...schemaOrg, ...sound, ] |
✓ |
Generated by Syntax Scribe