UNPKG
holyfills
Version:
latest (1.0.1)
1.0.1
1.0.0
No more "Holy Sxxt!!" when writting ES5/ES6
github.com/tomchentw/holyfills
tomchentw/holyfills
holyfills
/
lib
/
helpers
/
toUint32.js
6 lines
(4 loc)
•
68 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
module
.
exports
=
function
(
x
) {
return
x >>>
0
; };