UNPKG

linqts

Version:
12 lines 384 B
/** * 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'; //# sourceMappingURL=index.js.map