UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

7 lines (6 loc) 115 B
/** * @constant Maximum 32-bit signed integer value. (2^31 - 1) */ define(function(){ return 2147483647; });