@prismicio/client
Version:
The official JavaScript + TypeScript client library for Prismic
7 lines (6 loc) • 320 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const Client = require("./Client.cjs");
const createClient = (repositoryNameOrEndpoint, options) => new Client.Client(repositoryNameOrEndpoint, options);
exports.createClient = createClient;
//# sourceMappingURL=createClient.cjs.map