mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 08:31:33 +00:00
7 lines
241 B
TypeScript
7 lines
241 B
TypeScript
export function canonicalProviderName(provider: string): string;
|
|
export function parseProvidersFromHelp(text: string): string[];
|
|
export function isProviderAdvertised(
|
|
provider: string,
|
|
advertisedProviders: readonly string[],
|
|
): boolean;
|