UNPKG

tennu-plugins

Version:
11 lines (9 loc) 203 B
// This is a bare plugin (as per bare.js). // It has a different name than the one in bare.js. module.exports = { name: "bare-alt-name", init: function () { return { }; } };