An open API service indexing awesome lists of open source software.

https://github.com/brunolm/linqsharp

Linq based on .NET
https://github.com/brunolm/linqsharp

Last synced: 3 months ago
JSON representation

Linq based on .NET

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/brunolm/LinqSharp.svg?branch=master)](https://travis-ci.org/brunolm/LinqSharp)

# linqsharp

LinqSharp is a NodeJS implementation of .NET's Linq.

Installation:

```
npm i linqsharp -S
```

Usage:

```
import Linq from "linqsharp"; // TS or Babel
var Linq = require("linqsharp").default; // ES5-
```

To access inner interfaces

```
import Linq, { LinqSharp } from "linqsharp";
```

# TypeScript definition

A TypeScript definition can be found at `./linqsharp.d.ts`