lightgun-poc / lib/check / CheckDeps
Interface: CheckDeps
Defined in: lib/check.ts:21
Injection points for runCheck.
Properties
arch?
optionalarch?:string
Defined in: lib/check.ts:28
assets
assets:
AssetSource
Defined in: lib/check.ts:22
env?
optionalenv?:Record<string,string|undefined>
Defined in: lib/check.ts:29
loadFfi?
optionalloadFfi?: () =>Promise<Ffi>
Defined in: lib/check.ts:26
koffi loader for the pause-hotkey check; tests inject a fake.
Returns
Promise<Ffi>
loadNative?
optionalloadNative?: () =>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?
optionalplatform?:string
Defined in: lib/check.ts:27