otalk / sdp

SDP parsing and serialization utlities
MIT License
46 stars 11 forks source link

Add TypeScript definitions #71

Closed legastero closed 4 years ago

legastero commented 4 years ago

Updated for v3 changes, but have been using these with stanza for ages.

codecov-commenter commented 4 years ago

Codecov Report

Merging #71 into master will increase coverage by 6.46%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   92.68%   99.14%   +6.46%     
==========================================
  Files           1        1              
  Lines         369      351      -18     
==========================================
+ Hits          342      348       +6     
+ Misses         27        3      -24     
Impacted Files Coverage Δ
sdp.js 99.14% <100.00%> (+6.46%) :arrow_up:

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 3a8d369...0fbd1c5. Read the comment docs.

fippo commented 4 years ago

thank you!