1
0
mirror of https://github.com/elk-zone/elk synced 2024-11-23 22:56:09 +09:00
elk/shims.d.ts

14 lines
260 B
TypeScript
Raw Normal View History

2022-11-24 02:17:54 +09: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 {}