UNPKG
@stdlib/constants-uint16-max
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.1-alpha.1
0.0.1-alpha.0
Maximum unsigned 16-bit integer.
stdlib.io
stdlib-js/constants-uint16-max
@stdlib/constants-uint16-max
/
dist
/
index.js
4 lines
(3 loc)
•
104 B
JavaScript
View Raw
1
2
3
4
"use strict"
;
var
r=
65535
;
module
.
exports
=r;
/**
@license
Apache
-2.0 */
//# sourceMappingURL=index.js.map