import { Item } from '../../types/Item' import Collection from '../collection' export function remove_index( collection: Collection, val: any, ) { collection.removes.forEach((item) => item(val)) }