# ut-function.bits

> bits

Latest version **1.1.0** (published 2020-12-17) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install ut-function.bits
pnpm add ut-function.bits
yarn add ut-function.bits
bun add ut-function.bits
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2020-12-17 |
| First published | 2020-12-17 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | kalin.krustev |

## Links

- npm: https://www.npmjs.com/package/ut-function.bits
- Repository: https://github.com/softwaregroup-bg/ut-function
- Homepage: https://github.com/softwaregroup-bg/ut-function#readme
- Issues: https://github.com/softwaregroup-bg/ut-function/issues
- npm.io page: https://npm.io/package/ut-function.bits

## Recent versions

- 1.1.0 (latest) — 2020-12-17

## README

# ut-function.bits

String padding functionalities

## Installation

```sh
npm i ut-function.bits
```

## Usage examples

```js
const {and, or, xor} = require('ut-function.bits');
and(['0000', '1111'])
// 0000

or(['0000', '1111', '0000'])
// 1111

xor(['0000', '1111'])
// 1111

xor(['AAA=', 'ERE='], 'base64')
// 'ERE='
```

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