MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev /

Class

packages/utilities/src/storage.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1type StorageType = 'local' | 'session';
2
3class Storage {
4 type: StorageType;
5
6 constructor(type: StorageType) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected