6 lines
78 B
JavaScript
6 lines
78 B
JavaScript
module.exports = function(options) {
|
|
return {
|
|
options: options,
|
|
};
|
|
};
|