Interface: Curried1()<A, Return>

Defined in: pkg/curry/src/index.ts:91

A one-argument (unary) function created by partially applying a curried function.

This type only exists to declare the displayName property.

Type Parameters

Type Parameter Description
A the type of the function's argument
Return the function's return type

Curried1(a: A): Return

Defined in: pkg/curry/src/index.ts:92

A one-argument (unary) function created by partially applying a curried function.

This type only exists to declare the displayName property.

Parameters

Parameter Type
a A

Returns

Return

Properties

[$boundArguments]

[$boundArguments]: unknown[]

Defined in: pkg/curry/src/index.ts:93


[$unapplied]

[$unapplied]: AnyFunction

Defined in: pkg/curry/src/index.ts:94


displayName

displayName: string

Defined in: pkg/curry/src/index.ts:95