Files
2026-02-25 00:50:23 +05:30

2 lines
63 B
TypeScript

export default function iter<T>(target: unknown): Iterator<T>;