@@ -77,31 +77,31 @@ console.log(isEmail("user@example.com")); // true
7777
7878| Module | Description |
7979| ------ | ----------- |
80- | [ Express Server] ( https://catbee-utils .npm.hprasath.com/docs/express-server ) | Fast, secure, and scalable server setup |
81- | [ Array Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/array ) | Advanced array manipulation |
82- | [ Async Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/async ) | Promise helpers, concurrency, timing |
83- | [ Cache Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/cache ) | In-memory caching with TTL |
84- | [ Context Store] ( https://catbee-utils .npm.hprasath.com/docs/utils/context-store ) | Per-request context via AsyncLocalStorage |
85- | [ Crypto Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/crypto ) | Hashing, encryption, tokens |
86- | [ Date Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/date ) | Date/time manipulation |
87- | [ Decorators Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/decorators ) | TypeScript decorators for Express |
88- | [ Directory Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/directory ) | Directory and file system helpers |
89- | [ Environment Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/environment ) | Env variable management |
90- | [ Exception Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/exception ) | HTTP and error handling |
91- | [ File System Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/file-system ) | File operations |
92- | [ HTTP Status Codes] ( https://catbee-utils .npm.hprasath.com/docs/utils/http-status-codes ) | Typed status codes |
93- | [ ID Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/id ) | UUID and ID generation |
94- | [ Logger Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/logger ) | Structured logging with Pino |
95- | [ Middleware Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/middleware ) | Express middleware collection |
96- | [ Object Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/object ) | Deep merge, flatten, pick/omit, etc. |
97- | [ Performance Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/performance ) | Timing, memoization, memory tracking |
98- | [ Request Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/request ) | HTTP request parameter parsing/validation |
99- | [ Response Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/response ) | Standardized API response formatting |
100- | [ Stream Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/stream ) | Stream conversion, batching, throttling, line splitting |
101- | [ String Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/string ) | Casing, masking, slugifying, formatting |
102- | [ Type Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/type ) | Type checking, conversion, guards |
103- | [ URL Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/url ) | URL parsing, query manipulation, normalization |
104- | [ Validate Utilities] ( https://catbee-utils .npm.hprasath.com/docs/utils/validation ) | Input validation functions |
80+ | [ Express Server] ( https://catbee.npm.hprasath.com/docs/@catbee/utils /express-server ) | Fast, secure, and scalable server setup |
81+ | [ Array Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /array ) | Advanced array manipulation |
82+ | [ Async Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /async ) | Promise helpers, concurrency, timing |
83+ | [ Cache Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /cache ) | In-memory caching with TTL |
84+ | [ Context Store] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /context-store ) | Per-request context via AsyncLocalStorage |
85+ | [ Crypto Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /crypto ) | Hashing, encryption, tokens |
86+ | [ Date Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /date ) | Date/time manipulation |
87+ | [ Decorators Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /decorators ) | TypeScript decorators for Express |
88+ | [ Directory Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /directory ) | Directory and file system helpers |
89+ | [ Environment Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /environment ) | Env variable management |
90+ | [ Exception Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /exception ) | HTTP and error handling |
91+ | [ File System Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /file-system ) | File operations |
92+ | [ HTTP Status Codes] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /http-status-codes ) | Typed status codes |
93+ | [ ID Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /id ) | UUID and ID generation |
94+ | [ Logger Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /logger ) | Structured logging with Pino |
95+ | [ Middleware Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /middleware ) | Express middleware collection |
96+ | [ Object Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /object ) | Deep merge, flatten, pick/omit, etc. |
97+ | [ Performance Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /performance ) | Timing, memoization, memory tracking |
98+ | [ Request Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /request ) | HTTP request parameter parsing/validation |
99+ | [ Response Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /response ) | Standardized API response formatting |
100+ | [ Stream Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /stream ) | Stream conversion, batching, throttling, line splitting |
101+ | [ String Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /string ) | Casing, masking, slugifying, formatting |
102+ | [ Type Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /type ) | Type checking, conversion, guards |
103+ | [ URL Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /url ) | URL parsing, query manipulation, normalization |
104+ | [ Validate Utilities] ( https://catbee.npm.hprasath.com/docs/@catbee/ utils/modules /validation ) | Input validation functions |
105105
106106---
107107
@@ -117,10 +117,10 @@ import { chunk, sleep, TTLCache, getLogger } from "@catbee/utils";
117117
118118## 📖 Documentation
119119
120- - [ Full API Docs & Examples] ( https://catbee-utils .npm.hprasath.com )
120+ - [ Full API Docs & Examples] ( https://catbee.npm.hprasath.com/docs/@catbee/utils/intro )
121121
122122---
123123
124124## 📜 License
125125
126- MIT © catbee-technologies
126+ MIT © Catbee Technologies (see the [ LICENSE ] ( https:// catbee.npm.hprasath.com/license/ ) file for the full text)
0 commit comments