UNPKG

@typed/test

Version:
8 lines 220 B
import { id } from '167'; export var rejects = function (promise) { return promise.then(throwError, id); }; function throwError() { throw new Error("Promise did not reject"); } //# sourceMappingURL=rejects.js.map