Store Utilities

unwrap

Edit this page

unwrap returns the underlying data in the store without a proxy.

import { unwrap } from "solid-js/store";
import type { Store } from "solid-js/store";
function unwrap(store: Store<T>): T;
Last updated: 3/24/26, 3:52 PMReport an issue with this page