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