UNPKG
dead-or-alive
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
check if urls are dead or alive
github.com/wooorm/dead-or-alive
wooorm/dead-or-alive
dead-or-alive
/
lib
/
propose.d.ts
8 lines
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** *
@param
{
string
}
value
*
@param
{
ReadonlyArray<string>
}
ideas
*
@returns
{
Array<string>
} */
export
function
propose
(
value
:
string
,
ideas
:
ReadonlyArray
<
string
>
):
Array
<
string
>;
export
type
ValueScoreTuple
= [
value
:
string
,
score
:
number
];
//# sourceMappingURL=propose.d.ts.map