Files

7 lines
202 B
JavaScript
Raw Permalink Normal View History

2025-12-26 22:35:18 +08:00
// Exports the "help" plugin for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/plugins/help')
// ES2015:
// import 'tinymce/plugins/help'
require('./plugin.js');