UNPKG

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