2015-01-29 17:10:49 -08:00

6 lines
72 B
JavaScript

'use strict';
module.exports = function() {
return function() {};
};