UNPKG

@temporalio/testing

Version:
4 lines (3 loc) 347 B
import { Connection } from '@temporalio/client'; export declare function waitOnNamespace(connection: Connection, namespace: string, maxAttempts?: number, retryIntervalSecs?: number): Promise<void>; export declare function createNamespace(connection: Connection, namespace: string, maxAttempts?: number, retryIntervalSecs?: number): Promise<void>;