Package Exports
- bare-node-runtime/global
- bare-node-runtime/imports
- bare-node-runtime/package
- bare-node-runtime/unsupported
Readme
bare-node-runtime
Compatibility layer for Node.js builtins and globals in Bare.
npm i bare-node-runtimeUsage
require('bare-node-runtime/global')
require('some-nodejs-package', {
with: { imports: 'bare-node-runtime/imports' }
})License
Apache-2.0