We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Identify useful functions and implement a compatibility layer for NodeJS.
This issue is split from #3
This issue would need help from a NodeJS user as I have no knowledge of the API...
The text was updated successfully, but these errors were encountered:
just have a look at its docs: https://nodejs.org/en/docs perhaps take a easy way: mapping to corresponding modules (of lower version?), like some system basics or I/O: global/general --> globals / os / console / readline fileio --> filesystem / path tcpip --> net Zip --> zlib
Sorry, something went wrong.
I'll take a look, help would be much appreciated...
No branches or pull requests
Identify useful functions and implement a compatibility layer for NodeJS.
This issue is split from #3
This issue would need help from a NodeJS user as I have no knowledge of the API...
The text was updated successfully, but these errors were encountered: