1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-02-19 08:49:48 +03:00
elk/shims.d.ts

14 lines
260 B
TypeScript
Raw Normal View History

2022-11-24 01:17:54 +08:00
/// <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 {}