UNPKG

@iexec/iexec-oracle-factory-wrapper

Version:
12 lines 236 B
import CID from 'cids'; const isCid = (value) => { try { const cid = new CID(value); return CID.isCID(cid); } catch (e) { return false; } }; export default isCid; //# sourceMappingURL=isCid.js.map