@illavv/run_typer - v4.1.0
    Preparing search index...

    Type Alias TyperExpectTypes

    Defines the expected input and output types for a function.

    type TyperExpectTypes = {
        paramTypes: string[];
        returnType: string[];
    }
    Index
    paramTypes: string[]

    The expected type(s) of the function's parameters

    returnType: string[]

    The expected return type(s) of the function