1.0.1 • Published 12 months ago

allcore v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months 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

12 months ago

1.0.0

12 months ago