UNPKG

@mediarithmics/plugins-nodejs-sdk

Version:

This is the mediarithmics nodejs to help plugin developers bootstrapping their plugin without having to deal with most of the plugin boilerplate

7 lines (6 loc) 279 B
export * from './base/AdRendererBasePlugin'; export * from './base/AdRendererInterface'; export * from './reco-template/AdRendererRecoTemplatePlugin'; export * from './template/AdRendererTemplatePlugin'; export * from './template/UserCampaignInterface'; export * from './utils';