mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-16 02:24:33 +00:00
* [x-ray] add instance.abort parameter It's actually a required parameter created in this PR: https://github.com/matthewmueller/x-ray/pull/232 called here:c95ef3e2a9/index.js (L127)see tests:3c5b9e4a00/test/xray_spec.js (L338)3c5b9e4a00/test/xray_spec.js (L304)* [x-ray] remove unnecessary generics Thanks @weswigham for the review * [x-ray] replace abort handler any with unknown thanks @weswigham