# saber-mat

> create a mat!

Latest version **1.0.5** (published 2019-02-04) · ISC license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install saber-mat
pnpm add saber-mat
yarn add saber-mat
bun add saber-mat
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2019-02-04 |
| First published | 2019-01-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | saber2pr |
| Maintainers | saber2pr |

## Links

- npm: https://www.npmjs.com/package/saber-mat
- Repository: https://github.com/Saber2pr/saber-mat
- Homepage: https://github.com/Saber2pr/saber-mat#readme
- Issues: https://github.com/Saber2pr/saber-mat/issues
- npm.io page: https://npm.io/package/saber-mat

## Recent versions

- 1.0.5 (latest) — 2019-02-04
- 1.0.4 — 2019-02-04
- 1.0.3 — 2019-01-06
- 1.0.2 — 2019-01-04
- 1.0.1 — 2019-01-03
- 1.0.0 — 2019-01-03

## README

# saber-mat

```bash
npm install saber-mat
```

> create a mat!

```ts
import { Mat } from '../lib/Mat'

let mat = new Mat(0, 3)

console.log(mat.set(233, { raw: 1, col: 1 }))

console.log(mat.at(1, 1))

console.log(mat.clone())

mat.each((value, raw, col) => console.log(value, raw, col))

console.log(mat.transform().clone())
console.log(mat.clone())
```

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