extends/README.md
Matheus Sampaio Queiroga bc6e5aa85d
Update and publish version
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2023-12-27 18:44:01 -03:00

26 lines
570 B
Markdown

# Extends nodejs modules
Extends nodejs functions and typescript types
## Net
1. extends IP manipulation
## Crypto
1. Extends `randomInt` to `randomBigint`
1. create randomBytes stream with `randomBytesStream`
1. create `createHash` or `createHashAsync` with stream
## FS
1. extends `readdir` and `readdirV2` to recursive and more file/folder info.
1. function `exists` to check file/folder exists.
1. `readFile`
1. `createRandomFile`
## Stream
> **Node**
>
> All streams have an event extender, which can be extended without any problems with a callback object