https://github.com/stablelib/stablelib
A stable library of useful TypeScript/JavaScript code
https://github.com/stablelib/stablelib
compression cryptography encoding javascript typescript utilities
Last synced: 20 days ago
JSON representation
A stable library of useful TypeScript/JavaScript code
- Host: GitHub
- URL: https://github.com/stablelib/stablelib
- Owner: StableLib
- License: other
- Created: 2017-04-16T10:52:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T21:22:13.000Z (28 days ago)
- Last Synced: 2025-04-07T03:36:07.168Z (26 days ago)
- Topics: compression, cryptography, encoding, javascript, typescript, utilities
- Language: TypeScript
- Homepage: https://www.stablelib.com
- Size: 1.88 MB
- Stars: 191
- Watchers: 11
- Forks: 36
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
StableLib
=========A stable library of useful TypeScript/JavaScript code.
Principles
----------* Correctness first, performance later.
* Clear code is better than short.
* Better usability means fewer bugs.
* Typing is good, but not too much.Documentation
-------------See https://www.stablelib.com
Usage
-----Install packages via npm from `@stablelib` namespace, for example:
```
npm install @stablelib/base64
```[See all packages](https://www.npmjs.com/search?q=%40stablelib).
Support
-------* Paid support for proprietary projects: write to Dmitry Chestnykh .
* Free support for open source projects and bug reports for everyone: [issue tracker](https://github.com/stablelib/stablelib/issues).