to-uint32.js #1

  • //
  • guest/
  • jen_bottom/
  • ember/
  • tutorial/
  • testapp/
  • node_modules/
  • es5-ext/
  • number/
  • to-uint32.js
  • View
  • Commits
  • Open Download .zip Download (115 B)
"use strict";

module.exports = function (value) {
	// eslint-disable-next-line no-bitwise
	return value >>> 0;
};
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command