UNPKG

gulp-espower

Version:
6 lines (5 loc) 124 B
var assert = require('power-assert'), truthy = 'true', falsy = 'false'; assert(falsy); assert.equal(truthy, falsy);