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
- Host: GitHub
- URL: https://github.com/brunolm/linqsharp
- Owner: brunolm
- Created: 2015-11-03T01:45:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T12:00:16.000Z (over 9 years ago)
- Last Synced: 2025-03-20T11:34:33.801Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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`