UNPKG

dependency-context

Version:

MCP server for providing dependency documentation context to AI assistants

6 lines 201 B
declare module '@xenova/transformers' { export function pipeline( task: string, model: string ): Promise<(input: string, options?: any) => Promise<{ data: Float32Array | Float64Array }>>; }