gaunt-sloth-assistant
Version:
[](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [ • 341 B
TypeScript
import type { ProviderConfig } from './types.js';
/**
* Gets GitHub issue using GitHub CLI
* @param _ config (unused in this provider)
* @param issueId GitHub issue number
* @returns GitHub issue content or null if not found
*/
export declare function get(_: ProviderConfig | null, issueId: string | undefined): Promise<string | null>;