UNPKG

sparkscript

Version:
14 lines 416 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const components_1 = require("../core/components"); class CallFunction extends components_1.ActionBlock { /** * Call a specific function. * @param name Function name to call. */ constructor(name) { super("call_func", name, []); } } exports.default = CallFunction; //# sourceMappingURL=CallFunction.js.map