UNPKG

transformice.js

Version:

Node.js client for Transformice with full Typescript support.

11 lines (10 loc) 324 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** Represents a Base class that will be inherited by all other structure classes. */ var Base = /** @class */ (function () { function Base(client) { this.client = client; } return Base; }()); exports.default = Base;