Skip to content

fx-flow v0.7.0 / types / _SubPositive

Type alias: _SubPositive<N1, N2>

_SubPositive<N1, N2>: object[Pos<N2> extends 0 ? 1 : number extends Pos<N2> ? 2 : 0]

Type parameters

N1 extends Iteration

N2 extends Iteration

Source

packages/core/src/types/flat/sub.ts:9

Released under the MIT License.