Skip to content
1 min read · 32 words

Function: isGuestOutcome()

ts
function isGuestOutcome(value: unknown): value is GuestOutcome;

Defined in: src/batteries/sandbox/js/runner.ts:24

Type-only terminal outcome helper.

Parameters

ParameterType
valueunknown

Returns

value is GuestOutcome