typed versions object
This commit is contained in:
parent
856ed3db93
commit
11388ea90b
3 changed files with 15 additions and 3 deletions
|
|
@ -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()})`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue