UNPKG

langsmith

Version:

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

4 lines (3 loc) 175 B
import PQueueMod from "p-queue"; // Helper to handle both default and named exports of p-queue export const PQueue = ("default" in PQueueMod ? PQueueMod.default : PQueueMod);