UNPKG

@zero-scripts/core

Version:

Framework for creating presets, configurations and extensions

13 lines 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PluginAPI = void 0; class PluginAPI { constructor(ws) { this.ws = ws; } get hooks() { return this.ws.hooks; } } exports.PluginAPI = PluginAPI; //# sourceMappingURL=PluginAPI.js.map