Skip to content
ts
import { getDevicePreferences } from '@trail-run/core/device/preferences';

Function: getDevicePreferences()

ts
function getDevicePreferences(): DevicePreferences;

Defined in: src/device/preferences.ts:41

Singleton accessor for DevicePreferences providing reactive access to local user device preferences.

See DevicePreferences

Returns

DevicePreferences

Released under the MIT License.