@dallaylaen/ski-interpreter
    Preparing search index...

    Type Alias RefinedFormatOptions

    A version of FormatOptions with defaults plugged in, use for mandatory formatImpl implementation in Expr subclasses.

    type RefinedFormatOptions = {
        around: [string, string];
        brackets: [string, string];
        html?: boolean;
        inventory?: Record<string, Expr>;
        lambda: [string, string, string];
        redex: [string, string];
        space: string;
        terse?: boolean;
        var: [string, string];
    }
    Index

    Properties

    around: [string, string]
    brackets: [string, string]
    html?: boolean
    inventory?: Record<string, Expr>
    lambda: [string, string, string]
    redex: [string, string]
    space: string
    terse?: boolean
    var: [string, string]