UNPKG

talkshitgetdared

Version:

The truth will hurt. An open-source cursed-core engine for Truth & Dare prompts.

10 lines 799 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StatisticsService = exports.PromptHistoryService = exports.PromptService = void 0; var PromptService_1 = require("./PromptService"); Object.defineProperty(exports, "PromptService", { enumerable: true, get: function () { return PromptService_1.PromptService; } }); var PromptHistoryService_1 = require("./PromptHistoryService"); Object.defineProperty(exports, "PromptHistoryService", { enumerable: true, get: function () { return PromptHistoryService_1.PromptHistoryService; } }); var StatisticsService_1 = require("./StatisticsService"); Object.defineProperty(exports, "StatisticsService", { enumerable: true, get: function () { return StatisticsService_1.StatisticsService; } }); //# sourceMappingURL=index.js.map