Skip to content

fx-flow v0.7.0 / types / Prepend

Type alias: Prepend<T, U>

Prepend<T, U>: [U, ...T]

Type parameters

T extends unknown[]

U

Source

packages/core/src/types/basic.ts:46

Released under the MIT License.