Skip to content
module@warp-drive/experiments/storage
ts
function getLocalStorage(): ReactiveStorage;

Defined in: storage/storage.ts:40

Retrieves the singleton instance of the LocalStorage service.

If the instance does not already exist, it is created.

Returns

ReactiveStorage

Released under the MIT License.