module.exports = function(content, map, meta) {
  this.callback(null, content, map, meta);
  return;
};
