typed versions object

This commit is contained in:
Yura Dupyn 2026-02-03 18:31:50 +01:00
parent 856ed3db93
commit 11388ea90b
3 changed files with 15 additions and 3 deletions

View file

@ -27,8 +27,9 @@
*/
import './index.scss';
import { Versions } from './versions';
console.log("hello world! yooo");
declare const versions: Versions; // preload
const information = document.getElementById('info');
information.innerText = `This app is using Chrome (v${versions.chrome()}), Node.js (v${versions.node()}), and Electron (v${versions.electron()})`;