1.0.0 • Published 6 years ago

process-module v1.0.0

Weekly downloads
2
License
MPL-2.0
Repository
github
Last release
6 years ago

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.