8 lines
119 B
JavaScript
8 lines
119 B
JavaScript
/* jslint node: true */
|
|
'use strict';
|
|
|
|
exports.PluginModule = PluginModule;
|
|
|
|
function PluginModule(/*options*/) {
|
|
}
|