This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
sark
/
new-templane
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Branch:
main
Branches
Tags
main
new-templane
/
node_modules
/
es5-ext
/
number
/
max-safe-integer
/
is-implemented.js
is-implemented.js
101 B
Link permanente
Histórico
Raw
1
2
3
"use strict";
module.exports = function () { return typeof Number.MAX_SAFE_INTEGER === "number"; };