@mathrunet/masamune
Version:
Manages packages for the server portion (NodeJS) of the Masamune framework.
13 lines • 517 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Functions = void 0;
const functions_data_1 = require("./lib/src/functions_data");
/**
* Define a list of applicable Functions for FirebaseFunctions.
*
* FirebaseFunctions用の適用可能なFunctionの一覧を定義します。
*/
exports.Functions = {
test: (options = {}) => new functions_data_1.FunctionsData({ id: "test", func: require("./functions/test"), options: options }),
};
//# sourceMappingURL=functions.js.map