Utility TypeScript @ 2.0.0-beta
    Preparing search index...

    Type Alias BulkMsgs

    BulkMsgs: (
        | [
            string
            | string[],

                | RecursivePartial<Omit<MessageMaker.MsgArgs, "linesIn" | "linesOut">>
                | undefined,
        ]
        | [string | string[]]
    )[]

    Input value for multiple individually-formatted messages. Used by MessageMaker.msg.

    {@link MessageMaker.MsgArgs}.linesIn and {@link MessageMaker.MsgArgs}.linesOut are omitted from args because in bulk messages, they should just be a string in the messages param array.

    0.1.1