multiformats / js-cid

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

in .d.ts `static isCID(value: any)` should be `value is CID` #147

Open bluelovers opened 3 years ago

bluelovers commented 3 years ago

in .d.ts static isCID(value: any) should be value is CID not value is import(".")

image

vs

image