UNPKG

langsmith

Version:

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

3 lines (2 loc) 116 B
export declare function isAbortError(err: unknown): boolean; export declare const castToError: (err: any) => Error;