Gaunt Sloth Assistant - v1.5.6
    Preparing search index...
    getContentFromProvider: (
        contentProvider: "file" | "text" | "github" | undefined,
        contentId: string | undefined,
        config: GthConfig,
    ) => Promise<string> = getContentFromSource

    Type Declaration

      • (
            contentProvider: "file" | "text" | "github" | undefined,
            contentId: string | undefined,
            config: GthConfig,
        ): Promise<string>
      • Parameters

        • contentProvider: "file" | "text" | "github" | undefined
        • contentId: string | undefined
        • config: GthConfig

        Returns Promise<string>

    Use getContentFromSource instead