added whole system from ola4doc
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function () {
|
||||
var isSafeInteger = Number.isSafeInteger;
|
||||
if (typeof isSafeInteger !== 'function') return false;
|
||||
return !isSafeInteger('23') && isSafeInteger(34232322323) &&
|
||||
!isSafeInteger(9007199254740992);
|
||||
};
|
||||
Reference in New Issue
Block a user