source:
imaps-frontend/node_modules/is-typed-array/index.d.ts
Last change on this file was 79a0317, checked in by , 5 months ago | |
---|---|
|
|
File size: 222 bytes |
Line | |
---|---|
1 | import type { TypedArray } from 'which-typed-array'; |
2 | |
3 | declare namespace isTypedArray { |
4 | export { TypedArray }; |
5 | } |
6 | |
7 | declare function isTypedArray(value: unknown): value is isTypedArray.TypedArray; |
8 | |
9 | export = isTypedArray; |
Note:
See TracBrowser
for help on using the repository browser.