Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dailydotdev/apps
/ storageWrapper.ts
File
storageWrapper.ts
packages/shared/src/lib/storageWrapper.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
type
StorageWrapper = Pick<
2
Storage,
3
'getItem'
|
'setItem'
|
'removeItem'
|
'clear'
4
>;
Callers
nothing calls this directly
Calls
1
Storage
Function · 0.85
Tested by
no test coverage detected