5 lines
79 B
JavaScript
5 lines
79 B
JavaScript
'use strict';
|
|
module.exports = function() {
|
|
throw new Error('autoloaded');
|
|
};
|