# @dwlib/global

> Global

Latest version **1.0.0** (published 2022-03-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @dwlib/global
pnpm add @dwlib/global
yarn add @dwlib/global
bun add @dwlib/global
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2022-03-15 |
| First published | 2022-03-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Pavel Wolf |
| Maintainers | pavelwolfdark |
| Keywords | global |

## Links

- npm: https://www.npmjs.com/package/@dwlib/global
- Repository: https://github.com/dwlib-js/global
- Homepage: https://github.com/dwlib-js/global#readme
- Issues: https://github.com/dwlib-js/global/issues
- npm.io page: https://npm.io/package/@dwlib/global

## Recent versions

- 1.0.0 (latest) — 2022-03-15

## README

# Global

## Install
`npm i --save @dwlib/global`

## Usage
```javascript
// CJS
const Global = require('@dwlib/global');
// ESM
import Global from '@dwlib/global';
```

---
_Source: https://npm.io/package/@dwlib/global · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
