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

https://github.com/brunolm/csharp-to-js

C# similar methods in Javascript
https://github.com/brunolm/csharp-to-js

Last synced: 3 months ago
JSON representation

C# similar methods in Javascript

Awesome Lists containing this project

README

        

# C# similar methods in JavaScript

This project maps some of the methods that we have on C# and what is similar in JavaScript.

- [linq](docs/linq.md): file containing available Linq methods.
- [enumeration-objects](docs/enumeration-objects.md): file containing available methods from Lists, Stacks, Queues.

## Running test samples

```
npm install
npm test
```