mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
8 lines
81 B
TypeScript
8 lines
81 B
TypeScript
declare global {
|
|
interface Window {
|
|
isElectron: boolean;
|
|
}
|
|
}
|
|
|
|
export {};
|