chore: Update dist

This commit is contained in:
GitHub Actions
2025-02-08 00:25:25 +00:00
parent eb70354fb4
commit 16fec6080f
3 changed files with 40 additions and 0 deletions
Generated Vendored
+1
View File
@@ -13,4 +13,5 @@ export declare function verifyKeys(creds: Partial<Credentials> | undefined): boo
export declare function retryAndBackoff<T>(fn: () => Promise<T>, isRetryable: boolean, maxRetries?: number, retries?: number, base?: number): Promise<T>;
export declare function errorMessage(error: unknown): string;
export declare function isDefined<T>(i: T | undefined | null): i is T;
export declare function areCredentialsValid(credentialsClient: CredentialsClient): Promise<boolean>;
export {};