Files
5chan/src/globals.d.ts
T

8 lines
81 B
TypeScript

declare global {
interface Window {
isElectron: boolean;
}
}
export {};