multiformats / js-cid

CID implementation in JavaScript
MIT License
97 stars 39 forks source link

feat: add toString function #55

Closed alanshaw closed 5 years ago

alanshaw commented 6 years ago

This makes stringifying a CID super easy like ${cid} or cid+''.

resolves #54

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@4027108). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #55   +/-   ##
=========================================
  Coverage          ?   89.74%           
=========================================
  Files             ?        2           
  Lines             ?       78           
  Branches          ?        0           
=========================================
  Hits              ?       70           
  Misses            ?        8           
  Partials          ?        0
Impacted Files Coverage Δ
src/index.js 91.8% <100%> (ø)

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 4027108...56702b7. Read the comment docs.