Extends nodejs APIs to Promises and new functions
Go to file
2024-01-04 22:11:06 -03:00
.devcontainer Move to separeted repository 2023-12-16 15:16:50 -03:00
.github Fix gitea publish CI/CD 2023-12-27 22:54:34 +00:00
.vscode Move to separeted repository 2023-12-16 15:16:50 -03:00
src Add semver sort 2024-01-04 22:11:06 -03:00
.gitignore Move to separeted repository 2023-12-16 15:16:50 -03:00
.npmignore Move to separeted repository 2023-12-16 15:16:50 -03:00
package.json Add semver sort 2024-01-04 22:11:06 -03:00
README.md Update and publish version 2023-12-27 18:44:01 -03:00
tsconfig.json Move to separeted repository 2023-12-16 15:16:50 -03:00

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