hasCloneExtensionTypes top-level constant
List of types that has a clone method extension and therefore can be copied by calling clone().
Implementation
const hasCloneExtensionTypes = [
'ByteData',
'Vector',
'HalfVector',
'SparseVector',
'Bit',
];