UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

5 lines 263 B
import { Spawner } from './types'; declare type SpawnerFactory<T extends any[]> = (...args: T) => Spawner; export declare function testASpawner<T extends any[]>(factory: SpawnerFactory<T>, ...args: T): void; export {}; //# sourceMappingURL=test-a-spawner.d.ts.map