UNPKG

tennu-plugins

Version:
11 lines (9 loc) 180 B
// This plugin just exports the value "true". module.exports = { name: "exports-true", init: function () { return { exports: true }; }, };