format: prettify entire project
This commit is contained in:
2
node_modules/is-number/index.js
generated
vendored
2
node_modules/is-number/index.js
generated
vendored
@ -7,7 +7,7 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
module.exports = function(num) {
|
||||
module.exports = function (num) {
|
||||
if (typeof num === 'number') {
|
||||
return num - num === 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user