UNPKG

farm-invest-cli

Version:

Are there new investment opportunities on FarmCrowdy, ThriveAgric or EFarms?

13 lines (12 loc) 320 B
const comparison = (a, b) => { return ( a.title === b.title && a.price === b.price && a.link === b.link && a.returns === b.returns && a.type === b.type && a.address === b.address ) } module.exports = comparison module.exports.comparison = comparison