# @qiwi/substrate-std

> Standard iface implementations

Latest version **2.1.0** (published 2024-01-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install @qiwi/substrate-std
pnpm add @qiwi/substrate-std
yarn add @qiwi/substrate-std
bun add @qiwi/substrate-std
```

## Health

**Score 50/100 (C)** — status: abandoned.

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

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.1.0 |
| Published | 2024-01-31 |
| First published | 2019-12-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 8.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 9 |
| Maintainers | antongolub, qiwibot |

## Links

- npm: https://www.npmjs.com/package/@qiwi/substrate-std
- Repository: https://github.com/qiwi/substrate
- Homepage: https://github.com/qiwi/substrate#readme
- Issues: https://github.com/qiwi/substrate/issues
- npm.io page: https://npm.io/package/@qiwi/substrate-std

## Dependencies (2)

- [tslib](https://npm.io/package/tslib.md) ^2.6.2
- [@qiwi/substrate-types](https://npm.io/package/@qiwi/substrate-types.md) 2.1.0

## Recent versions

- 2.1.0 (latest) — 2024-01-31
- 2.0.4 — 2023-05-23
- 2.0.3 — 2023-03-17
- 2.0.2 — 2023-02-17
- 2.0.1 — 2023-02-17
- 2.0.0 — 2023-02-16
- 1.3.12 — 2023-02-16
- 1.3.11 — 2022-11-29
- 1.3.10 — 2022-09-12
- 1.3.9 — 2022-05-12
- 1.3.8 — 2022-05-12
- 1.3.7 — 2022-04-02
- 1.3.6 — 2021-11-11
- 1.3.5 — 2021-08-27
- 1.3.4 — 2021-06-10
- … 56 more at https://npm.io/package/@qiwi/substrate-std/versions

## README

# @qiwi/substrate-std
Standard iface implementations

### Install
```bash
yarn add @qiwi/substrate-std
npm i @qiwi/substrate-std
```

### Usage
```typescript
import { IStack } from '@qiwi/substrate-types'
import { Stack } from '@qiwi/substrate-std'

const foo: IStack<string> = new Stack()
```

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