Closed struct78 closed 7 years ago
Hi,
This line requires an undefined check, the constructor's name property is undefined in IE11 and lower so it throws an exception when trying to call the slice method.
https://github.com/jonschlinkert/kind-of/blob/master/index.js#L32
want to do a pr?
Done https://github.com/jonschlinkert/kind-of/pull/14
forgot to close this, thanks again
Hi,
This line requires an undefined check, the constructor's name property is undefined in IE11 and lower so it throws an exception when trying to call the slice method.
https://github.com/jonschlinkert/kind-of/blob/master/index.js#L32