@eagleoutice/flowr - v2.15.8
    Preparing search index...
    ReplClipboard: {
        name: "ReplClipboard";
        print(
            this: void,
            output: ReplOutput,
            text: string,
            note: string,
        ): Promise<void>;
    } = ...

    Output that the user most likely wants on their clipboard as well.

    Type Declaration

    • Readonlyname: "ReplClipboard"
    • print: function
      • Prints text and, if the output allows it, copies it to the clipboard and reports note afterwards.

        Parameters

        • this: void
        • output: ReplOutput
        • text: string
        • note: string

        Returns Promise<void>