add all missing semi colons
This commit is contained in:
@ -27,7 +27,7 @@ const permuteAll = (input) => {
|
||||
: (typeof input === 'number')
|
||||
? result.map(variant => parseFloat(variant.join('')))
|
||||
: result;
|
||||
}
|
||||
};
|
||||
```
|
||||
|
||||
```js
|
||||
|
||||
@ -22,5 +22,5 @@ return (typeof input === 'string')
|
||||
: (typeof input === 'number')
|
||||
? result.map(variant => parseFloat(variant.join('')))
|
||||
: result;
|
||||
}
|
||||
};
|
||||
module.exports = permuteAll;
|
||||
Reference in New Issue
Block a user