UNPKG

ondc-campaign-sdk

Version:

[![npm version](https://img.shields.io/npm/v/ondc-campaign-sdk.svg)](https://www.npmjs.com/package/ondc-campaign-sdk) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Made with ❤️](https://img.shields.io/badge/Made%20with-%

10 lines (8 loc) 288 B
const { fetchLiveCampaignProducts } = require("./api"); const { fetchLiveCampaignProductsWithHtml, renderLiveCampaignProducts, StyleConfig } = require("./render"); export { fetchLiveCampaignProducts, fetchLiveCampaignProductsWithHtml, renderLiveCampaignProducts, StyleConfig, };