Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jokester/ts-commonutil
Common TypeScript utils
https://github.com/jokester/ts-commonutil
typescript utils
Last synced: 5 days ago
JSON representation
Common TypeScript utils
- Host: GitHub
- URL: https://github.com/jokester/ts-commonutil
- Owner: jokester
- Created: 2017-06-28T16:05:59.000Z (over 7 years ago)
- Default Branch: canary
- Last Pushed: 2024-05-29T17:09:56.000Z (5 months ago)
- Last Synced: 2024-09-17T14:09:26.570Z (about 2 months ago)
- Topics: typescript, utils
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@jokester/ts-commonutil
- Size: 1020 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-commonutil
---
Simply and generic TypeScript utils.
![Check](https://github.com/jokester/ts-commonutil/workflows/Check/badge.svg)
[![codecov](https://codecov.io/gh/jokester/ts-commonutil/graph/badge.svg?token=95f53H027x)](https://codecov.io/gh/jokester/ts-commonutil)
[![npm version](https://badge.fury.io/js/%40jokester%2Fts-commonutil.svg)](https://badge.fury.io/js/%40jokester%2Fts-commonutil)## How to Use
install `@jokester/ts-commonutil` from NPM.
## Not included but my go-to libraries
- LRU: [lru-cache](https://www.npmjs.com/package/lru-cache)
- fp: [fp-ts](https://www.npmjs.com/package/fp-ts)
- React hooks
- [foxact](https://foxact.skk.moe/)## Content
### Algorithm / Graph
- Fast multiplication on monoid
- Directed graph### nodejs only
- fs: promised version of node `fs` module
- subprocess: start subprocess and capture stdout/stderr### Logging
- console-logger
- loglevel-logger
- requires `loglevel` `@types/loglevel`
- `winston-logger` (nodejs only)
- requires `winston` `@types/winston`### Concurrency Control
- Resource Pool
### Text
### Type Computation
- deepFreeze
### Util
- LRU cache
## License
MIT