DRYed up the code since all the work already done in is-odd · jonschlinkert/is-even@3bdb46f · GitHub

Skip to content Features Business Explore Marketplace Pricing '"` </textarea></xmp> This repository Sign in or Sign up Watch 2 Star 21 Fork 5 jonschlinkert / is-even Code Pull requests 1 Projects 0 Insights Permalink Browse files DRYed up the code since all the work already done in is-odd Loading branch information ... DYM committed May 26, 2017 1 parent d546448 commit 3bdb46ff29b53123722283b731c70cf9336bb191 Unified Split Showing 3 changed files with 10 additions and 8 deletions . +0 −4 index.js +1 −2 package.json +9 −2 test.js Show comments View 4 index.js @@ -7,12 +7,8 @@ ' use strict ' ; - var isNumber = require ( ' is-number ' ); var isOdd = require ( ' is-odd ...

Linked on 2018-04-25 21:54:14 | Similar Links