UNPKG

@autobe/agent

Version:

AI backend server code generator

4 lines (3 loc) 198 B
import { IAutoBeCompiler } from "@autobe/interface"; import { Semaphore } from "tstl"; export declare const getCriticalCompiler: (critical: Semaphore, compiler: IAutoBeCompiler) => IAutoBeCompiler;