UNPKG

typescript-dotnet-amd

Version:

A JavaScript-Friendly .NET Based TypeScript Library.

7 lines (6 loc) 309 B
/*! * @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 <T>(thisArg: any, body: Function): IIterator<T>;