UNPKG

talkshitgetdared

Version:

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

9 lines 602 B
import { TruthOrDareCore, PromptOptions, PromptResult, Language, Mode, CoreConfig } from './lib/index'; export declare function getTruth(options?: PromptOptions): PromptResult; export declare function getDare(options?: PromptOptions): PromptResult; export declare function getRandom(options?: PromptOptions): PromptResult; export declare function getAvailableLanguages(): Language[]; export declare function getAvailableModes(language: Language): Mode[]; export declare function createCore(config?: Partial<CoreConfig>): TruthOrDareCore; export * from './lib/index'; //# sourceMappingURL=index.d.ts.map