mirror of
https://github.com/ducbao414/win32.run.git
synced 2025-12-16 17:22:51 +09:00
7 lines
196 B
JavaScript
7 lines
196 B
JavaScript
// Exports the "code" plugin for usage with module loaders
|
|
// Usage:
|
|
// CommonJS:
|
|
// require('tinymce/plugins/code')
|
|
// ES2015:
|
|
// import 'tinymce/plugins/code'
|
|
require('./plugin.js'); |