UNPKG

wix-twix

Version:

A simple library for managing server and web Wix clients built on top of Wix SDK.

12 lines (11 loc) 373 B
import { WixClient as i } from "./wixClient.js"; import { WixServerClient as x } from "./server/wixServerClient.js"; import { WixBusiness as W } from "./server/business/wixBusiness.js"; import { WixWebClient as m } from "./web/wixWebClient.js"; export { W as WixBusiness, i as WixClient, x as WixServerClient, m as WixWebClient }; //# sourceMappingURL=index.js.map