UNPKG

wv-gotcha

Version:

![](https://raw.githubusercontent.com/wV-software/icons/main/Wv/Product%20Icon/wv_128x128.png) wv-local-service-bus # Purpose To accumulate your walkthroughs to accomplish your common tasks with less effort.

10 lines 393 B
import { Mcq } from "./Mcq"; export declare class Mcq_YesNo extends Mcq<boolean> { protected get _deduceOptionText(): (option: boolean) => string; protected options: boolean[]; } export declare class Mcq_AreYouDeadSure extends Mcq<boolean> { protected get _deduceOptionText(): (option: boolean) => string; protected options: boolean[]; } //# sourceMappingURL=Mcq_YesNo.d.ts.map