@tempots/std

Fun1 type

Represents a function that takes one argument of type A and returns a value of type R.

Signature:

export type Fun1 = (a: A) => R;