main
guidohollander 3 years ago
parent 0979bf94f9
commit 4430ab5098

@ -9,7 +9,8 @@
"scripts": {
"build": "tsc",
"format": "prettier --write .",
"prepare": "husky install"
"prepare": "husky install",
"lint": "eslint ."
},
"devDependencies": {
"@types/node": "^20.2.3",

@ -24,12 +24,4 @@
// spawnSample('powershell',['node', '-v']);
// }
// start();
type Haha = true;
console.log("Hello world!");
export const hello = "hi world";
async function test() {
await Promise.resolve("hi");
}
var h = true;

Loading…
Cancel
Save

Powered by TurnKey Linux.