UNPKG

talkshitgetdared

Version:

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

11 lines 736 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 getStats(): import("./lib/types").PromptStats; export declare function enableHistory(enabled: boolean): void; export declare function createCore(config?: Partial<CoreConfig>): TruthOrDareCore; export * from './lib/index'; //# sourceMappingURL=index.d.ts.map