UNPKG

gaunt-sloth-assistant

Version:

[![Tests and Lint](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [![Integration Tests](https://github.co

9 lines (8 loc) 329 B
import type { ProviderConfig } from './types.js'; /** * Gets PR diff using GitHub CLI * @param _ config (unused in this provider) * @param prId GitHub PR number * @returns GitHub PR diff content or null if not found */ export declare function get(_: ProviderConfig | null, prId: string | undefined): Promise<string | null>;