4 lines
85 B
JavaScript
Raw Normal View History

module.exports = function() {
throw new Error("define cannot be used indirect");
};