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
/
dunder-proto
/
get.d.ts
5 lines
(3 loc)
•
121 B
TypeScript
View Raw
1
2
3
4
5
declare
function
getDunderProto
(
target
: {}
):
object
|
null
;
declare
const
x
:
false
|
typeof
getDunderProto;
export
= x;