UNPKG

langsmith

Version:

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

3 lines (2 loc) 175 B
export declare const isRecord: (value: unknown) => value is Record<string, unknown>; export declare const isPrimitive: (value: unknown) => value is string | number | boolean;