https://github.com/w5s/std
Core packages
https://github.com/w5s/std
database logging uuid
Last synced: about 1 month ago
JSON representation
Core packages
- Host: GitHub
- URL: https://github.com/w5s/std
- Owner: w5s
- License: mit
- Created: 2022-02-18T22:03:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T00:36:33.000Z (about 2 years ago)
- Last Synced: 2024-04-17T04:34:49.037Z (about 2 years ago)
- Topics: database, logging, uuid
- Language: TypeScript
- Homepage: https://w5s.github.io/std/
- Size: 54.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Standard module
## Packages
* [@w5s/application](packages/application) - Application management
* [@w5s/async](packages/async) - Promise module
* [@w5s/bigdecimal](packages/bigdecimal) - BigDecimal module
* [@w5s/collection](packages/collection) - Collection module (array, record, etc)
* [@w5s/console](packages/console) - Console module
* [@w5s/core](packages/core) - Core modules
* [@w5s/core-type](packages/core-type) - Core type modules
* [@w5s/database](packages/database) - Database client module
* [@w5s/env](packages/env) - Environment variable module
* [@w5s/error](packages/error) - Error module
* [@w5s/http](packages/http) - HTTP client module
* [@w5s/iterable](packages/iterable) - Iterable and AsyncIterable modules
* [@w5s/log](packages/log) - Logging module
* [@w5s/money](packages/money) - Money module
* [@w5s/num](packages/num) - Number, BigInt, Int modules
* [@w5s/object-id](packages/object-id) - Unique identifier of object-like values (object, symbol, function)
* [@w5s/playground](packages/playground) - Examples
* [@w5s/random](packages/random) - Random number module
* [@w5s/system](packages/system) - System module
* [@w5s/task](packages/task) - Task modules
* [@w5s/task-timeout](packages/task-timeout) - Task timeout modules
* [@w5s/time](packages/time) - Time manipulation
* [@w5s/uuid](packages/uuid) - UUID module