Showing
2 changed files
with
1 additions
and
10 deletions
app/dist/index.js
deleted
100644 → 0
1 | -"use strict"; | ||
2 | -Object.defineProperty(exports, "__esModule", { value: true }); | ||
3 | -exports.hello = void 0; | ||
4 | -var world = 'Hi'; | ||
5 | -var hello = function (word) { | ||
6 | - if (word === void 0) { word = world; } | ||
7 | - return "Hello " + world + "! "; | ||
8 | -}; | ||
9 | -exports.hello = hello; | ||
10 | -//# sourceMappingURL=index.js.map | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment