This commit is contained in:
Tomas Dvorak
2026-02-24 10:33:59 +01:00
parent 409acd2e08
commit 898a3c303f
1374 changed files with 290409 additions and 29187 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"id": "7ad4913532d41928d5440af4",
"source": "solid:signals",
"type": "github-document",
"title": "unwrap",
"content": "---\ntitle: unwrap\nuse_cases: \u003e-\n raw data access, proxy removal, debugging, third-party integration, data\n serialization\ntags:\n - store\n - proxy\n - data\n - debugging\n - utilities\nversion: '1.0'\ndescription: \u003e-\n Extract raw data from Solid stores without proxy wrapping. Essential for\n debugging, serialization, or third-party integrations.\n---\n\n`unwrap` returns the underlying data in the store without a proxy.\n\n```tsx\nimport { unwrap } from \"solid-js/store\"\nimport type { Store } from \"solid-js/store\"\n\nfunction unwrap(store: Store\u003cT\u003e): T\n```",
"url": "https://github.com/solidjs/solid-docs/blob/HEAD/src/routes/reference/store-utilities/unwrap.mdx",
"metadata": {
"path": "src/routes/reference/store-utilities/unwrap.mdx",
"repo": "solidjs/solid-docs",
"repo_url": "https://github.com/solidjs/solid-docs.git",
"size": 554,
"source_type": "github"
},
"hash": "a173f7536cac70ddc58c8b40b515cbd673073271f5aff6f127bdd299f8f96b53",
"timestamp": "2026-02-23T11:43:00.190954297+01:00"
}