Skip to content

⬅️ Back to Table of Contents

📄 get

📊 Analysis Summary

Metric Count
🔧 Functions 1
📦 Imports 2

📚 Table of Contents

🛠️ File Location:

📂 packages/shared/get/index.ts

📦 Imports

Name Source
MaybeRef vue
unref vue

Functions

get(ref: MaybeRef<T>): T

Shorthand for accessing ref.value

Raw JSDoc
/**
 * Shorthand for accessing `ref.value`
 */
Code
export function get<T>(ref: MaybeRef<T>): T

Generated by Syntax Scribe