# LINQ-TS

LINQ-TS is a typescript library with the most common LINQ implementations for TypesScript/JavaScript.

[![Build Status](https://app.travis-ci.com/walts81/linq-ts.svg?branch=master)](https://app.travis-ci.com/walts81/linq-ts)
[![Coverage Status](https://coveralls.io/repos/github/walts81/linq-ts/badge.svg?branch=master)](https://coveralls.io/github/walts81/linq-ts?branch=master)
[![NPM Version](https://img.shields.io/npm/v/@walts81/linq-ts.svg)](https://www.npmjs.com/package/@walts81/linq-ts)

## Installaing LINQ-TS

Install and add to `dependencies`:

```
npm install --save @walts81/linq-ts
```
