# bsert

> Minimal assert with type checking

Latest version **0.0.13** (published 2024-02-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install bsert
pnpm add bsert
yarn add bsert
bun add bsert
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.13 |
| Published | 2024-02-25 |
| First published | 2018-07-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 0 |
| Unpacked size | 21.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Christopher Jeffrey |
| Maintainers | chjj, nodweber, pinheadmz |
| Keywords | assert |

## Links

- npm: https://www.npmjs.com/package/bsert
- Repository: https://github.com/bcoin-org/bsert
- Issues: https://github.com/bcoin-org/bsert/issues
- npm.io page: https://npm.io/package/bsert

## Recent versions

- 0.0.13 (latest) — 2024-02-25
- 0.0.12 — 2023-06-13
- 0.0.11 — 2023-06-13
- 0.0.10 — 2019-03-21
- 0.0.9 — 2019-03-11
- 0.0.8 — 2019-01-22
- 0.0.7 — 2018-12-17
- 0.0.6 — 2018-12-08
- 0.0.5 — 2018-11-29
- 0.0.4 — 2018-08-01
- 0.0.3 — 2018-07-19
- 0.0.2 — 2018-07-19
- 0.0.1 — 2018-07-19

## README

# bsert

Minimal assert with type checking.

## Usage

``` js
const assert = require('bsert');
```

## Contribution and License Agreement

If you contribute code to this project, you are implicitly allowing your code
to be distributed under the MIT license. You are also implicitly verifying that
all code is your original work. `</legalese>`

## License

- Copyright (c) 2018, Christopher Jeffrey (MIT License).

See LICENSE for more info.

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