Circle V2 API Docs
    Preparing search index...
    type OldPlugin = {
        print: (
            val: unknown,
            print: Print,
            indent: Indent,
            options: PluginOptions,
            colors: prettyFormat.Colors,
        ) => string;
        test: Test;
    }
    Index

    Properties

    Properties

    print: (
        val: unknown,
        print: Print,
        indent: Indent,
        options: PluginOptions,
        colors: prettyFormat.Colors,
    ) => string
    test: Test