mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Fix lint error
This commit is contained in:
parent
54b4afda06
commit
8bf5206daf
@ -523,7 +523,7 @@ export function generalize (a) {
|
||||
* @return string
|
||||
*/
|
||||
export function getArrayDataType (array, typeOf) {
|
||||
let type = undefined // to hold type info
|
||||
let type // to hold type info
|
||||
let length = 0 // to hold length value to ensure it has consistent sizes
|
||||
|
||||
for (let i = 0; i < array.length; i++) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user