UNPKG

@walts81/linq-ts

Version:

Typescript/Javascript LINQ implementation library

34 lines (33 loc) 903 B
export * from './_common'; export * from './all'; export * from './any'; export * from './average'; export * from './count'; export * from './distinct'; export * from './except'; export * from './first'; export * from './firstOrDefault'; export * from './getPage'; export * from './getPageCount'; export * from './group-by'; export * from './intersect'; export * from './last'; export * from './lastOrDefault'; export * from './max'; export * from './min'; export * from './order-by'; export * from './order-by-desc'; export * from './remove'; export * from './remove-all'; export * from './remove-at'; export * from './reverse'; export * from './select'; export * from './select-many'; export * from './single'; export * from './singleOrDefault'; export * from './skip'; export * from './sum'; export * from './take'; export * from './to-dictionary'; export * from './to-map'; export * from './where';