Skip to content

toValue

Category
Export Size
92 B
Last Changed
3 years ago
Alias
resolveUnref
Related

Get the value of value/ref/getter.

Usage

ts
import { toValue } from '@vueuse/core'

const foo = ref('hi')

const a = toValue(0) // 0
const b = toValue(foo) // 'hi'
const c = toValue(() => 'hi') // 'hi'

Type Declarations

typescript
/**
 * Get the value of value/ref/getter.
 */
export declare function toValue<T>(r: MaybeRefOrGetter<T>): T
/**
 * @deprecated use `toValue` instead
 */
export declare const resolveUnref: typeof toValue

Source

SourceDocs

Contributors

Anthony Fu

Changelog

v10.0.0-beta.4 on 4/13/2023
4d757 - feat(types)!: rename MaybeComputedRef to MaybeRefOrGetter
0a72b - feat: rename resolveUnref to toValue

Released under the MIT License.

1,000+ devs build with AI. You're next.
Less than 100 seats available. Last chance at this price.
Get access
09
hours
:
54
minutes
:
30
seconds
: