File: pitch-promise-undef-loader.js

package info (click to toggle)
node-loader-runner 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 288 kB
  • sloc: javascript: 1,220; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 59 bytes parent folder | download | duplicates (2)
1
2
3
exports.pitch = function() {
	return Promise.resolve();
};