@tempots/std

Fun0 type

Represents a function that takes no arguments and returns a value of type R.

Signature:

export type Fun0 = () => R;