UNPKG

langsmith

Version:

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

4 lines (3 loc) 226 B
import Table from './src/console-table-printer.js'; import { printSimpleTable as printTable, renderSimpleTable as renderTable, } from './src/internalTable/internal-table-printer.js'; export { Table, printTable, renderTable };