UNPKG

transformice.js

Version:

Node.js client for Transformice with full Typescript support.

7 lines (6 loc) 207 B
import Client from "../client"; /** Represents a Base class that will be inherited by all other structure classes. */ export default class Base { client: Client; constructor(client: Client); }