notion-enhancer/insert/init.js
2021-11-06 14:26:35 +11:00

12 lines
262 B
JavaScript

/*
* notion-enhancer
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (https://dragonwocky.me/notion-enhancer) under the MIT license
*/
'use strict';
module.exports = function (target, __exports) {
console.log(target);
};