UNPKG

sparkscript

Version:
15 lines 471 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const components_1 = require("../core/components"); class Func extends components_1.DataBlock { /** * Place a function. * @param name Function name. * @param args Arguments, can be used as notes since they're not used in the function. */ constructor(name, ...args) { super("func", name, args); } } exports.default = Func; //# sourceMappingURL=Func.js.map