KC's Workspace
    Preparing search index...
    interface OldPlugin {
        print: (
            val: unknown,
            print: Print,
            indent: Indent,
            options: PluginOptions,
            colors: Colors,
        ) => string;
        test: Test;
    }
    Index

    Properties

    Properties

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