# ss-stack

> [![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php) [![npm version](https://badge.fury.io/js/ss-stack.svg)](https://badge.fury.io/js/ss-stack)

Latest version **1.0.8** (published 2019-10-29) · 0 weekly downloads

## Install

```sh
npm install ss-stack
pnpm add ss-stack
yarn add ss-stack
bun add ss-stack
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.8 |
| Published | 2019-10-29 |
| First published | 2018-09-15 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 70.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | boycgit |
| Maintainers | jscon |

## Links

- npm: https://www.npmjs.com/package/ss-stack
- Repository: https://github.com/boycgit/ss-stack
- Homepage: https://github.com/boycgit/ss-stack#readme
- Issues: https://github.com/boycgit/ss-stack/issues
- npm.io page: https://npm.io/package/ss-stack

## Dependencies (1)

- [ss-linked-list](https://npm.io/package/ss-linked-list.md) ^1.1.2

## Recent versions

- 1.0.8 (latest) — 2019-10-29
- 1.0.7 — 2018-10-26
- 1.0.5 — 2018-10-24
- 1.0.4 — 2018-10-24
- 1.0.2 — 2018-09-17
- 1.0.1 — 2018-09-17
- 1.0.0 — 2018-09-15

## README

# ss-stack

[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php) [![npm version](https://badge.fury.io/js/ss-stack.svg)](https://badge.fury.io/js/ss-stack)

Data Structure Serial -  Queue

 - written in Typescript
 - inner use Singly-Linked List; 
 - fully tested

Refer:
 - [前端学数据结构 - 栈（Stack）和 队列（Queue）](https://boycgit.github.io/ss-stack/)

## Installation

### Node.js / Browserify

```bash
npm install ss-stack --save
```

```javascript
var Stack = require('ss-stack');
```

### Global object

Include the pre-built script.

```html
<script src="./dist/index.umd.min.js"></script>

```

## Build & test

```bash
npm run build
```

```bash
npm test
```

## document

```bash
npm run doc
```

then open the generated `out/index.html` file in your browser.

## License

[MIT](LICENSE).

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