2022-11-23 17:17:54 +00:00
|
|
|
/// <reference types="@types/wicg-file-system-access" />
|
2022-12-17 23:29:16 +00:00
|
|
|
/// <reference types="vite-plugin-pwa/info" />
|
|
|
|
/// <reference types="vite-plugin-pwa/client" />
|
2023-01-15 19:09:01 +00:00
|
|
|
|
|
|
|
declare global {
|
|
|
|
namespace NodeJS {
|
|
|
|
interface Process {
|
|
|
|
test?: boolean
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
export {}
|