Skip to content

lightgun-poc / lib/check / CheckDeps

Interface: CheckDeps

Defined in: lib/check.ts:21

Injection points for runCheck.

Properties

arch?

optional arch?: string

Defined in: lib/check.ts:28


assets

assets: AssetSource

Defined in: lib/check.ts:22


env?

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

Defined in: lib/check.ts:29


loadFfi?

optional loadFfi?: () => Promise<Ffi>

Defined in: lib/check.ts:26

koffi loader for the pause-hotkey check; tests inject a fake.

Returns

Promise<Ffi>


loadNative?

optional loadNative?: () => Promise<LibNut>

Defined in: lib/check.ts:24

Returns

Promise<LibNut>


log

log: (line) => void

Defined in: lib/check.ts:23

Parameters

line

string

Returns

void


platform?

optional platform?: string

Defined in: lib/check.ts:27

Released under the MIT License.