@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface LocalFunctionConfiguration {
        args: { env: string; expr: string };
    }
    Index

    Properties

    Properties

    args: { env: string; expr: string }

    Type Declaration

    • env: string

      The environment in local(expr, env)

    • expr: string

      The expression in local(expr, env)