UNPKG

@wistia/wistia-player

Version:

An embeddable wistia-player web component and React wrapper to add responsive, lightweight, and SEO-friendly videos to your site.

7 lines 356 B
/** * Simulates a coin flip with a given percentage to win * @param percentToWinCoinFlip - Number between 0 and 1 representing the percentage to win the coin flip * @returns boolean - True if the coin flip was won, false otherwise */ export declare const didWinCoinFlip: (percentToWinCoinFlip: number) => boolean; //# sourceMappingURL=coinFlip.d.ts.map