"use strict"; module.exports = function propagateAbort(source, reason) { return source.abort(reason); };