UNPKG

generator-joplin

Version:
10 lines 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const api_1 = require("api"); api_1.default.plugins.register({ onStart: async function () { // eslint-disable-next-line no-console console.info('Hello world. Test plugin started!'); }, }); //# sourceMappingURL=index.js.map