UNPKG

evalite

Version:

Test your LLM-powered apps with a TypeScript-native, Vitest-based eval runner. No API key required.

3 lines 217 B
import { AsyncLocalStorage } from "async_hooks"; export declare const writeFileQueueLocalStorage: AsyncLocalStorage<(path: string, buffer: Buffer) => void>; //# sourceMappingURL=write-file-queue-local-storage.d.ts.map