Skip to content
ts
import { configureLocalStorage } from '@trail-run/core/reactive/storage';

Function: configureLocalStorage()

ts
function configureLocalStorage(options): void;

Defined in: src/reactive/storage.ts:62

Configure options for the localStorage singleton. Must be called before getLocalStorage() is first invoked.

Parameters

options

ReactiveStorageOptions

Returns

void

Released under the MIT License.