never.js 101 B

12345
  1. var _ = require("./_");
  2. module.exports = function () {
  3. return new _.Promise(function () {});
  4. };