goffeetabler/storage/public/dist/libs/hugerte/plugins/autosave/index.js
2026-05-01 18:15:40 -05:00

7 lines
No EOL
208 B
JavaScript

// Exports the "autosave" plugin for usage with module loaders
// Usage:
// CommonJS:
// require('hugerte/plugins/autosave')
// ES2015:
// import 'hugerte/plugins/autosave'
require('./plugin.js');