@studiokeywi/banjo - v0.0.1
    Preparing search index...

    Type Alias GenericAsyncFunction<Returns, Input>

    GenericAsyncFunction: (...args: Input) => Promise<Returns>

    Utility type for any async function (one that returns a Promise) with configurable return value and params

    Type Parameters

    • Returns = void
    • Input extends unknown[] = never[]

    Type declaration