Skip to content

lightgun-poc / lib/hotkey / ProbeDeps

Interface: ProbeDeps

Defined in: lib/hotkey.ts:296

What createComboProbe needs from the environment; injectable in tests.

Properties

env?

optional env?: Record<string, string | undefined>

Defined in: lib/hotkey.ts:299


ffi

ffi: Ffi

Defined in: lib/hotkey.ts:297


platform?

optional platform?: string

Defined in: lib/hotkey.ts:298

Released under the MIT License.