1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-03 13:06:47 +01:00
elk/shims.d.ts
2023-01-15 20:09:01 +01:00

14 lines
260 B
TypeScript

/// <reference types="@types/wicg-file-system-access" />
/// <reference types="vite-plugin-pwa/info" />
/// <reference types="vite-plugin-pwa/client" />
declare global {
namespace NodeJS {
interface Process {
test?: boolean
}
}
}
export {}