gaunt-sloth-assistant
Version:
[](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [ • 303 B
TypeScript
import type { ProviderConfig } from './types.js';
/**
* Returns the provided text as is
* @param _ config (unused in this provider)
* @param text Text to return
* @returns The provided text
*/
export declare function get(_: ProviderConfig | null, text: string | undefined): Promise<string | null>;