UNPKG
khulnasoft.com
Version:
latest (1.10.0)
1.10.0
1.0.0
KhulnaSoft Visual CMS Devtools
khulnasoft.com
khulnasoft.com
/
types
/
cli
/
repo-indexing
/
repo-indexing.mock.d.ts
6 lines
(5 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
mockDeps
: {
getStoredComponentDocs
:
() =>
Promise
<
never
[]>;
storeComponentDocs
:
() =>
Promise
<{}>;
runCodeGen
:
() =>
Promise
<
string
>; };