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

Releases: o2Labs/alexa-ts

Use stricter TypeScript options

29 Dec 15:03
Compare
Choose a tag to compare
  • 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.