UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

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