Function: safeParseNonNegativeIntResult()
safeParseNonNegativeIntResult(
candidate:unknown):SafeParseLike<number>
Defined in: electron/preload/core/bridgeFactory.ts:207
Runtime validator for non-negative integer IPC responses.
Parameters
candidate
unknown
Returns
SafeParseLike<number>