@valkey/valkey-glide
    Preparing search index...

    Interface LolwutOptions

    Additional parameters for LOLWUT command.

    interface LolwutOptions {
        parameters?: number[];
        version?: number;
    }
    Index

    Properties

    parameters?: number[]

    An optional argument that can be used to specify the output:

    • For version 5, those are length of the line, number of squares per row, and number of squares per column.
    • For version 6, those are number of columns and number of lines.
    version?: number

    An optional argument that can be used to specify the version of computer art to generate.