# haxball-types

> Haxball types is a way of typing the Haxball API, thus facilitating development.

Latest version **1.0.2** (published 2020-08-11) · ISC license · 0 weekly downloads

## Install

```sh
npm install haxball-types
pnpm add haxball-types
yarn add haxball-types
bun add haxball-types
```

## Health

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

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2020-08-11 |
| First published | 2020-08-06 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 11.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Tyde |
| Maintainers | tyde81 |

## Links

- npm: https://www.npmjs.com/package/haxball-types
- npm.io page: https://npm.io/package/haxball-types

## Recent versions

- 1.0.2 (latest) — 2020-08-11
- 1.0.1 — 2020-08-11
- 1.0.0 — 2020-08-06

## README

# Haxball types 
Haxball types is a way of typing the Haxball API, thus facilitating development.

---

## Install

### NPM
`npm install haxball-types --save`

### Yarn
`yarn add haxball-types`

---

## Example

```ts
import { HBInit } from "haxball-types";

declare const HBInit: HBInit;

const room = HBInit({
  roomName: "My room",
  maxPlayers: 16,
  noPlayer: true,
});
```

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