close
Skip to main content

Built and signed on GitHub Actions

Works with
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score35%
Publisheda year ago (1.0.0)

Functions

f
extractionServiceFactory<L extends Llm>(unnamed 0: ExtractionServiceDependencies<L>): ExtractionService<L>
No documentation available
f
makeExtractionService(args: { mistral?: { apiKey: string; }; openai?: { apiKey: string; }; gemini?: { apiKey: string; }; }): ExtractionService<Llm>
No documentation available

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@distille/core

Import symbol

import * as mod from "@distille/core";
or

Import directly with a jsr specifier

import * as mod from "jsr:@distille/core";