mmkal / handy-redis

A wrapper around node_redis with Promise and TypeScript support.
Apache License 2.0
172 stars 10 forks source link

Use typesVersions to provide types for ts <4.x #253

Closed mmkal closed 3 years ago

mmkal commented 3 years ago

Uses downlevel-dts to generate ts 3.4.x compatible types

This is a better fix for #250 than #251, and will also allow using more ts>4 features like named tuple types.

codecov-io commented 3 years ago

Codecov Report

Merging #253 (f8d7e3d) into master (cd44850) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #253   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           59        59           
  Branches         7         7           
=========================================
  Hits            59        59           
Impacted Files Coverage Δ
src/node_redis/multi.ts 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cd44850...f8d7e3d. Read the comment docs.