git Commentbox for react application
npm install gitcommentbox
sh yarn add gitcommentbox
Git Comment Box How To Use
js const isEven = require('gitcommentbox') isEven(2) // true isEven(5) // false isEven(0) // true