UNPKG

langsmith

Version:

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

3 lines (2 loc) 133 B
import type { StringifyOptions } from './types.js'; export declare function stringify(object: any, opts?: StringifyOptions): string;