linqsharp

Linq methods based on .NET

Usage no npm install needed!

<script type="module">
  import linqsharp from 'https://cdn.skypack.dev/linqsharp';
</script>

README

Build Status

linqsharp

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

Installation:

npm i linqsharp -S

Usage:

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

To access inner interfaces

import Linq, { LinqSharp } from "assertsharp";

TypeScript definition

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