DefinitelyTyped/types/dice-coefficient/index.d.ts
Nicholai Nissen 1d68e381aa
Add types for dice-coefficient (#43680)
* feat: Add dice-coefficient

* fix: Correct url mistake
2020-04-06 13:47:08 -07:00

9 lines
339 B
TypeScript

// Type definitions for dice-coefficient 1.0
// Project: https://words.github.io/dice-coefficient/
// Definitions by: Nicholai Nissen <https://github.com/nicholaiii>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function diceCoefficient(value: string, alternative: string): number;
export = diceCoefficient;