UNPKG

langsmith

Version:

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

4 lines (3 loc) 138 B
import type { NonSharedArrayBuffer } from "./types.js"; declare function parse(uuid: string): NonSharedArrayBuffer; export default parse;