blob: a6012aa6bdf22b9500bd5d4712f9eab383e60247 [file] [log] [blame]
// foo $ bar $ baz
var $ = function (x) {
return x * 100;
};
module.exports = $;