Extends nodejs APIs to Promises and new functions
.devcontainer | ||
.github | ||
.vscode | ||
src | ||
.gitignore | ||
.npmignore | ||
package.json | ||
README.md | ||
tsconfig.json |
Extends nodejs modules
Extends nodejs functions and typescript types
Net
- extends IP manipulation
Crypto
- Extends
randomInt
torandomBigint
- create randomBytes stream with
randomBytesStream
- create
createHash
orcreateHashAsync
with stream
FS
- extends
readdir
andreaddirV2
to recursive and more file/folder info. - function
exists
to check file/folder exists. readFile
createRandomFile
Stream
Node
All streams have an event extender, which can be extended without any problems with a callback object