UNPKG

convex

Version:

Client for the Convex Cloud

12 lines (11 loc) 312 B
"use strict"; import { ConvexHttpClient, setFetch } from "./http_client.js"; if (typeof globalThis.fetch === "undefined") { setFetch( (...args) => import("node-fetch").then( ({ default: fetch }) => fetch(...args) ) ); } export { ConvexHttpClient }; //# sourceMappingURL=http_client-node.js.map