An open API service indexing awesome lists of open source software.

https://github.com/homuncoli/ts-land

TypeScript type definitons for Adventure Land
https://github.com/homuncoli/ts-land

adventure-land-mmorpg type-definitions typescript

Last synced: 24 days ago
JSON representation

TypeScript type definitons for Adventure Land

Awesome Lists containing this project

README

          

# TS-Land
TypeScript definitions for [Adventure Land](https://adventure.land)

## Installation
```
npm install --save-dev @homuncoli/ts-land
```

The definitions are added to the global namespace once imported
```ts
import * as ts_land from '@homuncoli/ts-land';
```

## Purpose
This package only provides **type definitions** for [Adventure Land](https://adventure.land).

> **No implementations are included**

## Contact
[Benedikt Danner](mailto:benedikt@danner.eu.com)