File: pitching-loader.js

package info (click to toggle)
node-loader-runner 4.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 496 kB
  • sloc: javascript: 1,445; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 127 bytes parent folder | download
1
2
3
exports.pitch = function (remainingRequest, previousRequest, data) {
	return [remainingRequest, previousRequest].join(":");
};