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