allcore
v1.0.1
Published
All your core modules are belong to us.
Downloads
2
Readme
allcore
A module that imports all of the core Node.js modules and returns them in a single object which you can use to dereference what you want.
It makes requiring multiple core modules a little more concise.
Install
npm install allcore
Usage
const { url, path } = require( "allcore" );
console.log( url.pathToFileURL( path.resolve( "." ) ).href );