index-of.d.ts 80 B

12
  1. declare const indexOf: <T>(arr: T[], obj: T) => number;
  2. export default indexOf;