@illavv/run_typer - v3.0.2
    Preparing search index...

    Type Alias TyperExpectTypes

    Defines the expected input and output types for a function.

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

    Properties

    paramTypes: string[]

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

    returnType: string[]

    The expected return type(s) of the function