UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

11 lines (10 loc) 125 B
---- function ifNullChecks() { if (x===null) { yep() } return } ---- ifNullChecks = -> if x == null yep() return