2025-11-13 13:13:34 -07:00

2 lines
95 B
TypeScript

export default function forEach(iterable: any, callback: (item: any, key: any) => void): void;