langsmith
Version:
Client library to connect to the LangSmith Observability and Evaluation Platform.
10 lines (9 loc) • 424 B
TypeScript
import type { UUIDTypes } from "./types.js";
export { DNS, URL } from "./v35.js";
declare function v5(value: string | Uint8Array, namespace: UUIDTypes, buf?: undefined, offset?: number): string;
declare function v5<TBuf extends Uint8Array = Uint8Array>(value: string | Uint8Array, namespace: UUIDTypes, buf: TBuf, offset?: number): TBuf;
declare namespace v5 {
var DNS: string;
var URL: string;
}
export default v5;