Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Use stricter TypeScript options

Latest
Compare
Choose a tag to compare
@danielrbradley danielrbradley released this 29 Dec 15:03
· 1 commit to master since this release
  • Upgrade to TypeScript 2.6.
  • Remove implicit 'any'.
  • Fix where generic types were being used as argument names.
  • Use strict checks between null and undefined.
  • Renamed Pipe and PromiseOrValue catch functions to catchErr to avoid clash with JS keyword.