mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
9 lines
339 B
TypeScript
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;
|