1.0.1 • Published 2 years ago

allcore v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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 );
1.0.1

2 years ago

1.0.0

2 years ago