UNPKG

langsmith

Version:

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

7 lines (6 loc) 318 B
import type { Format } from './types.js'; export declare const default_format: Format; export declare const default_formatter: (v: PropertyKey) => string; export declare const formatters: Record<Format, (str: PropertyKey) => string>; export declare const RFC1738 = "RFC1738"; export declare const RFC3986 = "RFC3986";