@tempots/std > Fun0
Represents a function that takes no arguments and returns a value of type R.
R
Signature:
export type Fun0 = () => R;