1.0.0 • Published 6 years ago

global-module v1.0.0

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

Global Module

Exports global as a module

Overview

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

This can actually be useful in some cases.

Usage

CommonJS:

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

ESM:

import global from 'global-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.