linqts
Version:
LinQ + TypeScript
12 lines (11 loc) • 351 B
TypeScript
/**
* LinQ to TypeScript
*
* Documentation from LinQ .NET specification (https://msdn.microsoft.com/en-us/library/system.linq.enumerable.aspx)
*
* Created by Flavio Corpa (@kutyel)
* Copyright © 2016 Flavio Corpa. All rights reserved.
*
*/
export { default as List } from './list.js';
export { default as Enumerable } from './enumerable.js';