mirror of
https://github.com/Dvorinka/Devour.git
synced 2026-06-04 04:23:02 +00:00
17 lines
1.2 KiB
JSON
17 lines
1.2 KiB
JSON
{
|
|
"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"
|
|
} |