# fast-gbk

> encode and decode gbk string as fast as possible

Latest version **0.0.1** (published 2019-06-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install fast-gbk
pnpm add fast-gbk
yarn add fast-gbk
bun add fast-gbk
```

## 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.1 |
| Published | 2019-06-17 |
| First published | 2019-06-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 151.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Lsong |
| Maintainers | song940 |
| Keywords | gbk |

## Links

- npm: https://www.npmjs.com/package/fast-gbk
- Repository: https://github.com/song940/fast-gbk
- Homepage: https://github.com/song940/fast-gbk#readme
- Issues: https://github.com/song940/fast-gbk/issues
- npm.io page: https://npm.io/package/fast-gbk

## Recent versions

- 0.0.1 (latest) — 2019-06-17
- 0.0.0 — 2019-06-05

## README

## fast-gbk [![fast-gbk](https://img.shields.io/npm/v/fast-gbk.svg)](https://npmjs.org/fast-gbk)

> encode and decode gbk string as fast as possible

### Installation

```bash
$ npm install fast-gbk
```

### Example

```js
const { encode, decode } = require('fast-gbk')();

const str = '你好，世界！';

const arr = encode(str);

console.log(decode(arr));

```

### Contributing
- Fork this Repo first
- Clone your Repo
- Install dependencies by `$ npm install`
- Checkout a feature branch
- Feel free to add your features
- Make sure your features are fully tested
- Publish your local branch, Open a pull request
- Enjoy hacking <3

### MIT

This work is licensed under the [MIT license](./LICENSE).

---

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