@seamapi/blueprint - v0.51.3
    Preparing search index...

    Interface BlueprintOptions

    interface BlueprintOptions {
        formatCode?: (
            content: string,
            syntax:
                | "javascript"
                | "python"
                | "php"
                | "ruby"
                | "go"
                | "java"
                | "csharp"
                | "json"
                | "bash",
        ) => Promise<string>;
    }
    Index

    Properties

    Properties

    formatCode?: (
        content: string,
        syntax:
            | "javascript"
            | "python"
            | "php"
            | "ruby"
            | "go"
            | "java"
            | "csharp"
            | "json"
            | "bash",
    ) => Promise<string>