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) 198 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const core = require("./core"); exports.core = core; const extra = require("./extra/handlebars"); exports.extra = extra;