Documents for @litert/utils-ts-types
    Preparing search index...

    Type Alias IFunction<TArgs, TReturn>

    IFunction: (...args: TArgs) => TReturn

    The type to express a function.

    Type Parameters

    • TArgs extends any[] = any
    • TReturn = unknown

    Type declaration