source: imaps-frontend/node_modules/is-typed-array/index.d.ts

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 5 months ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 222 bytes
Line 
1import type { TypedArray } from 'which-typed-array';
2
3declare namespace isTypedArray {
4 export { TypedArray };
5}
6
7declare function isTypedArray(value: unknown): value is isTypedArray.TypedArray;
8
9export = isTypedArray;
Note: See TracBrowser for help on using the repository browser.