UNPKG

talkshitgetdared

Version:

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

7 lines 306 B
export { TruthOrDareCore } from './core/index'; export { PromptService } from './services/index'; export { DataLoader } from './data/index'; export { RandomSelector } from './utils/index'; export { TruthOrDareError } from './errors/index'; export * from './types/index'; //# sourceMappingURL=index.d.ts.map