UNPKG

langsmith

Version:

Client library to connect to the LangSmith Observability and Evaluation Platform.

4 lines (3 loc) 152 B
import { Interval } from './models.js'; declare const bisearch: (ucs: number, table: Interval[], tableSize: number) => number; export default bisearch;