UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

4 lines (3 loc) 213 B
export const isBooleanTuple = <FirstValue, SecondValue>( tuple: readonly [FirstValue, SecondValue] ): tuple is [FirstValue, SecondValue extends boolean ? SecondValue : never] => typeof tuple[1] === 'boolean';