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