UNPKG

langsmith

Version:

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

10 lines (9 loc) 457 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.PQueue = void 0; const p_queue_1 = __importDefault(require("p-queue")); // Helper to handle both default and named exports of p-queue exports.PQueue = ("default" in p_queue_1.default ? p_queue_1.default.default : p_queue_1.default);