UNPKG
vitest-preview
Version:
alpha (0.0.3-alpha.2)
latest (0.0.3)
0.0.3
0.0.3-alpha.2
0.0.3-alpha.1
0.0.3-alpha.0
0.0.2
0.0.2-alpha.1
0.0.2-alpha.0
0.0.1
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
0.0.1-alpha.0
Visual Debugging Experience for Vitest 🧪🖼⚡️
www.vitest-preview.com
nvh95/vitest-preview
vitest-preview
/
dist
/
index.d.ts
8 lines
(5 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
function
debug
(
):
void
;
declare
const
_default
: {
debug
:
typeof
debug; };
export
{ debug, _default
as
default
};