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

570 B

Extends nodejs modules

Extends nodejs functions and typescript types

Net

  1. extends IP manipulation

Crypto

  1. Extends randomInt to randomBigint
  2. create randomBytes stream with randomBytesStream
  3. create createHash or createHashAsync with stream

FS

  1. extends readdir and readdirV2 to recursive and more file/folder info.
  2. function exists to check file/folder exists.
  3. readFile
  4. createRandomFile

Stream

Node

All streams have an event extender, which can be extended without any problems with a callback object