MCPcopy
hub / github.com/DevCloudFE/ng-devui / tryGetLocalStorage

Method tryGetLocalStorage

devui/theme/utils/interface.ts:2–2  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

1export interface IStorageService {
2 tryGetLocalStorage(key: string): any;
3 trySetLocalStorage(key: string, value: any): void;
4}
5

Callers 1

initializeThemeMethod · 0.65

Implementers 1

StorageServicedevui/theme/utils/storage-service.ts

Calls

no outgoing calls

Tested by

no test coverage detected