# @improved/node

> Quickly import from core node modules

Latest version **1.1.1** (published 2019-08-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install @improved/node
pnpm add @improved/node
yarn add @improved/node
bun add @improved/node
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2019-08-01 |
| First published | 2019-05-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 9.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Sean Marvi Oliver Genabe |
| Maintainers | seangenabe |
| Keywords | assert, core, fs, node, path, promise, strict, thenable, import |

## Links

- npm: https://www.npmjs.com/package/@improved/node
- Repository: https://gitlab.com/seangenabe/improved-node
- Issues: https://gitlab.com/seangenabe/improved-node/issues
- npm.io page: https://npm.io/package/@improved/node

## Alternatives

- [base64url](https://npm.io/package/base64url.md) — 6.1M weekly downloads
- [get-installed-path](https://npm.io/package/get-installed-path.md) — 502.9K weekly downloads
- [@uppy/url](https://npm.io/package/@uppy/url.md) — 185.8K weekly downloads
- [@d3fc/d3fc-shape](https://npm.io/package/@d3fc/d3fc-shape.md) — 16.2K weekly downloads
- [localizer](https://npm.io/package/localizer.md) — 226 weekly downloads

## Recent versions

- 1.1.1 (latest) — 2019-08-01
- 1.1.0 — 2019-08-01
- 1.0.0 — 2019-05-22

## README

# @improved/node

Quickly import from core node modules

## Usage

(TypeScript)

```typescript
import { ok } from "@improved/node/assert" // assert strict mode
import { readFile } from "@improved/node/fs" // fs Promises API
import { join as posixJoin } from "@improved/node/path-posix" // path.posix
import { join as win32Join } from "@improved/node/path-win32" // path.win32
import { decode } from "@improved/node/punycode-ucs2" // punycode.ucs2
```

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