Skip to content

webshrine / stdtyp/src / FnAsyncNullary

Type Alias: FnAsyncNullary<Result>

FnAsyncNullary<Result>: FnAsync<undefined, Result>

Any async function without parameters

Type Parameters

Result = void

Defined in

packages/stdtyp/src/utilities/fn.ts:72