UNPKG

langsmith

Version:

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

10 lines (9 loc) 217 B
/** * Gets the `toStringTag` of `value`. * * @private * @param {*} value The value to query. * @returns {string} Returns the `toStringTag`. */ declare function getTag(value: any): string; export default getTag;