# bibliothek

> library containing some things

Latest version **1.0.1** (published 2022-08-30) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2022-08-30 |
| First published | 2022-08-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Dependencies | 0 |
| Unpacked size | 35.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | avolgha |
| Maintainers | avolgha |

## Links

- npm: https://www.npmjs.com/package/bibliothek
- Repository: https://github.com/avolgha/bibliothek
- npm.io page: https://npm.io/package/bibliothek

## Recent versions

- 1.0.1 (latest) — 2022-08-30

## README

# bibliothek

a few utility functions I won't use but wrote anyway lol.

## Installation

You can install the library with `npm install bibliothek` or `yarn add bibliothek`.

Then you can import the library in your project:

```typescript
import * as lib from "bibliothek";

// your code goes here...
```

Or when using CommonJS:

```javascript
const lib = require("bibliothek");

// your code goes here...
```

## Building for Developers

1. you need to clone the repository: `git clone git@github.com:avolgha/bibliothek.git`
2. then you need to install the dependencies: `yarn`
3. now you can build the project with `yarn package`

Happy coding :)

## Support

If you want to contact me or you have a problem, you can write me
on Discord (`Marius#0686`) or write me an email: `avolgha@gmail.com`.

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