process-module
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Process Module

Exports process as a module

Overview

This is a module which simply exports process and a CommonJS module.

This can actually be useful in some cases.

Usage

CommonJS:

const process = require('process-module');

ESM:

import process from 'process-module';

Bugs

If you find a bug or have compatibility issues, please open a ticket under issues section for this repository.

License

Copyright (c) 2018 Alexander O'Mara

Licensed under the Mozilla Public License, v. 2.0.

If this license does not work for you, feel free to contact me.

Donations

If you find my software useful please consider making a donation on my website at alexomara.com.

/process-module/

    Package Sidebar

    Install

    npm i process-module

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MPL-2.0

    Unpacked Size

    18 kB

    Total Files

    6

    Last publish

    Collaborators

    • alexanderomara