UNPKG
@skobyn/mcp-dataforseo
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Model Context Protocol server for DataForSEO API
@skobyn/mcp-dataforseo
/
mcp-dataforseo
/
node_modules
/
math-intrinsics
/
isNegativeZero.d.ts
3 lines
(2 loc)
•
79 B
TypeScript
View Raw
1
2
3
declare
function
isNegativeZero
(
x
:
unknown
):
boolean
;
export
= isNegativeZero;