Skip to content

⬅️ Back to Table of Contents

📄 es2017.typedarrays.ts

📊 Analysis Summary

Metric Count
📦 Imports 2
📊 Variables & Constants 1

📚 Table of Contents

🛠️ File Location:

📂 packages/scope-manager/src/lib/es2017.typedarrays.ts

📦 Imports

Name Source
LibDefinition ../variable
TYPE ./base-config

Variables & Constants

Name Type Kind Value Exported
es2017_typedarrays LibDefinition const `{
libs: [],
variables: [
['Int8ArrayConstructor', TYPE],
['Uint8ArrayConstructor', TYPE],
['Uint8ClampedArrayConstructor', TYPE],
['Int16ArrayConstructor', TYPE],
['Uint16ArrayConstructor', TYPE],
['Int32ArrayConstructor', TYPE],
['Uint32ArrayConstructor', TYPE],
['Float32ArrayConstructor', TYPE],
['Float64ArrayConstructor', TYPE],
],
}`