# @w5/u8

> [‼️]: ✏️README.mdt

Latest version **0.0.3** (published 2023-06-15) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @w5/u8
pnpm add @w5/u8
yarn add @w5/u8
bun add @w5/u8
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2023-06-15 |
| First published | 2023-03-20 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 0 |
| Unpacked size | 1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | i@wac.tax |
| Maintainers | i-user |

## Links

- npm: https://www.npmjs.com/package/@w5/u8
- Repository: https://github.com/wactax/node
- Homepage: https://github.com/wactax/node/tree/main/u8
- Issues: https://github.com/wactax/node/issues
- npm.io page: https://npm.io/package/@w5/u8

## Recent versions

- 0.0.3 (latest) — 2023-06-15
- 0.0.2 — 2023-06-15
- 0.0.1 — 2023-03-20

## README

[‼️]: ✏️README.mdt

# @w5/u8

[test/main.coffee](./test/main.coffee) :

```coffee
#!/usr/bin/env coffee

> @w5/u8 > U8 u8merge

console.log U8 [1,2,3]

console.log u8merge 'ss', U8 [1,2,3]
```

output :

```
Uint8Array(3) [ 1, 2, 3 ]
Uint8Array(5) [ 0, 0, 1, 2, 3 ]
```

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