UNPKG

vtex

Version:

The platform for e-commerce apps

9 lines (8 loc) 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createRegistryClient = void 0; const api_1 = require("@vtex/api"); const IOClientFactory_1 = require("../IOClientFactory"); exports.createRegistryClient = (customContext = {}, customOptions = {}) => { return IOClientFactory_1.IOClientFactory.createClient(api_1.Registry, customContext, customOptions); };