Type Alias: NavigatorValues
@arolariu/website / types / NavigatorValues
Type Alias: NavigatorValues
NavigatorValues =
globalThis.Navigator[NavigatorKeys]
Defined in: types/index.ts:437
Extracts all property value types from the browser's Navigator API.
Remarks
Maps to the actual types of Navigator properties (string, number, boolean, etc.).
Type Safety: Ensures values match the expected Navigator property types.
See
// was this page useful?