UNPKG

@morodomi/ait3

Version:

AIT³ Development Platform - AI + Ticket + Test + Tool driven development methodology

5 lines (4 loc) 143 B
import type { Services } from './types.js'; export declare function createServiceContainer(_options: { cwd: string; }): Promise<Services>;