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