UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

10 lines (6 loc) • 222 B
import type { TypedArray } from 'which-typed-array'; declare namespace isTypedArray { export { TypedArray }; } declare function isTypedArray(value: unknown): value is isTypedArray.TypedArray; export = isTypedArray;