mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 04:37:12 +02:00
7 lines
No EOL
104 B
JavaScript
7 lines
No EOL
104 B
JavaScript
/* jslint node: true */
|
|
'use strict';
|
|
|
|
exports.PluginModule = PluginModule;
|
|
|
|
function PluginModule() {
|
|
} |