0.2.5 • Published 7 days ago

@raviqqe/loscore v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 days ago

Loscore

GitHub Action Codecov npm License

!Warning This library is still experimental and under active development.

Yet another utility library for the Web APIs in TypeScript.

Before using this library, also consider using Lodash v5 (not officially published yet as of 2023/11/11.)

Background

Lodash is great. However, it was originally written in JavaScript and its project started a while ago. Loscore is an experimental library to throw away all existing legacy of it and build utilities on top of modern (de facto) standards of the Web APIs and TypeScript.

Principles

  • Avoid unsound features of TypeScript as much as possible.
  • Avoid overloaded functions.
    • Rather consider separate monomorphic functions.
  • Do not sacrifice performance for correct typing.
  • Depend only on the Web APIs.
  • Do not replicate logic implemented in the Web APIs already.
  • Provide tree-shakeable ES modules.

Documentation

Here.

References

License

MIT

0.2.5

7 days ago

0.2.4

13 days ago

0.2.3

1 month ago

0.2.2

2 months ago

0.2.1

5 months ago

0.2.0

5 months ago

0.1.10

5 months ago

0.1.11

5 months ago

0.1.9

6 months ago

0.1.8

6 months ago

0.1.7

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago