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