UNPKG
@darwish/utils-core
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
@darwish/utils-core
/
esm
/
is
/
isInfinity.d.ts
7 lines
(6 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Check if a value is an infinity number. *
@param
value any *
@returns
*/
export
default
function
isInfinity
(
value
:
any
): value is
number
;