revenge-mod / vendetta-types

Type definitions for Vendetta plugins running on Revenge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vendetta Typings

These are the type definitions for Vendetta plugins running on Revenge.

You can install the package using npm install https://github.com/revenge-mod/vendetta-types.

Given you have configured everything correctly, they should work.

However, if they do not, please add the following to the top of your TypeScript file:

/// <reference path="path/to/node_modules/@revenge-mod/vendetta-types/defs.d.ts" />

About

Type definitions for Vendetta plugins running on Revenge.

License:BSD 3-Clause "New" or "Revised" License