Any type
Type alias for functions that take no parameters and return a Value.
const fn1 = () => 10const fn2 = () => "foo"const fn3 = () => Option.None() Copy
const fn1 = () => 10const fn2 = () => "foo"const fn3 = () => Option.None()
Generated using TypeDoc
Any type