This website requires JavaScript.
Explore
Help
Sign In
CloudToys
/
elk
Watch
1
Star
0
Fork
0
You've already forked elk
Code
main
elk
/
shims.d.ts
10 lines
106 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
test: add `vitest-environment-nuxt` (#1186)
2023-01-16 04:09:01 +09:00
declare
global
{
namespace
NodeJS
{
interface
Process
{
test?
:
boolean
}
}
}
export
{
}
Copy Permalink