Add missing isTypedArray import to baseClone (#4404)

This commit is contained in:
Luiz Américo
2019-08-15 01:21:27 -03:00
committed by John-David Dalton
parent f8c7064d45
commit e2ae5b857c

View File

@@ -17,6 +17,7 @@ import getTag from './getTag.js'
import initCloneObject from './initCloneObject.js'
import isBuffer from '../isBuffer.js'
import isObject from '../isObject.js'
import isTypedArray from '../isTypedArray.js'
import keys from '../keys.js'
import keysIn from '../keysIn.js'