UNPKG

@iexec/iexec-oracle-factory-wrapper

Version:
13 lines (10 loc) 192 B
import CID from 'cids'; const isCid = (value): boolean => { try { const cid = new CID(value); return CID.isCID(cid); } catch (e) { return false; } }; export default isCid;