An open API service indexing awesome lists of open source software.

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

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