1
0

rename lib to sequence-js

This commit is contained in:
2024-05-11 16:57:34 +02:00
parent 486abefba6
commit 05390027f8
9 changed files with 929 additions and 929 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "enumerable",
"name": "sequence-js",
"version": "1.0.0",
"description": "Implementation of Enumerable API from .NET",
"description": "Synchronous and asynchronous sequence manipulation library inspired by .NET Enumerables and Java Streams",
"main": "src/index.ts",
"type": "module",
"scripts": {