Skip to content

fx-flow v0.7.0 / flow / Parameters

Type alias: Parameters<T>

Parameters<T>: T extends (...args) => any ? P : never

Obtain the parameters of a function type in a tuple

Type parameters

T extends (...args) => any

Source

node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es5.d.ts:1633

Released under the MIT License.