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

5 lines (4 loc) 157 B
import * as core from './mediarithmics'; import * as extra from './extra/handlebars'; import * as helpers from './helpers'; export { core, extra, helpers };