UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

4 lines (3 loc) 198 B
export const isFalseTuple = <FirstValue, SecondValue>( tuple: readonly [FirstValue, SecondValue] ): tuple is [FirstValue, SecondValue extends false ? SecondValue : never] => tuple[1] === false;