MCPcopy 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

1type StorageWrapper = Pick<
2 Storage,
3 'getItem' | 'setItem' | 'removeItem' | 'clear'
4>;

Callers

nothing calls this directly

Calls 1

StorageFunction · 0.85

Tested by

no test coverage detected