/*! * @author electricessence / https://github.com/electricessence/ * Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md */ import { IIterator } from "./System/Collections/Enumeration/IIterator"; export default function (thisArg: any, body: Function): IIterator;