js-cid icon indicating copy to clipboard operation
js-cid copied to clipboard

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

Open bluelovers opened this issue 4 years ago • 0 comments

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

image

vs

image

bluelovers avatar Jul 21 '21 05:07 bluelovers