mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 15:45:47 +01:00
7 lines
84 B
JavaScript
7 lines
84 B
JavaScript
var tools = (function(tools) {
|
|
|
|
return tools;
|
|
|
|
})({});
|
|
|
|
module.exports = tools;
|