Skip to content

v2.2.4

Compare
Choose a tag to compare
@ENikS ENikS released this 20 Jul 15:11
· 241 commits to master since this release

Type parameter fixes.

Added missing type information for method parameters. Instead of (T)=>... which translates to (x: any) =>... it uses proper types.