UNPKG

langsmith

Version:

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

5 lines (4 loc) 291 B
import type { Version4Options } from "./types.js"; declare function v4(options?: Version4Options, buf?: undefined, offset?: number): string; declare function v4<TBuf extends Uint8Array = Uint8Array>(options: Version4Options | undefined, buf: TBuf, offset?: number): TBuf; export default v4;