UNPKG

@kontent-ai/delivery-sdk

Version:
5 lines 191 B
import { DeliveryClient } from './delivery-client'; export function createDeliveryClient(config) { return new DeliveryClient(config); } //# sourceMappingURL=delivery-client.factory.js.map