generate new test that did already exist & update all module snippets with declaration
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
module.exports = num =>
|
||||
module.exports = toSafeInteger = num =>
|
||||
Math.round(Math.max(Math.min(num, Number.MAX_SAFE_INTEGER), Number.MIN_SAFE_INTEGER));
|
||||
Reference in New Issue
Block a user