UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

10 lines (8 loc) 225 B
'use strict'; module.exports = function (t, a) { a(t.length, 256, "Length"); t.forEach(function (data, index) { a(((data >= 30) && (data <= 37)) || ((data >= 90) && (data <= 97)), true, "In range #" + index); }); };