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
- Host: GitHub
- URL: https://github.com/homuncoli/ts-land
- Owner: Homuncoli
- License: mit
- Created: 2022-08-26T01:46:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T23:44:37.000Z (almost 4 years ago)
- Last Synced: 2025-03-11T05:07:41.198Z (over 1 year ago)
- Topics: adventure-land-mmorpg, type-definitions, typescript
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)