4 lines
53 B
Java
4 lines
53 B
Java
"use strict";
|
|
|
|
module.exports = Math.pow(2, 53) - 1;
|
"use strict";
|
|
|
|
module.exports = Math.pow(2, 53) - 1;
|