first commit

This commit is contained in:
2023-08-20 18:58:29 -07:00
commit 01ddcb9120
8 changed files with 136 additions and 0 deletions

7
build/index.js Normal file
View File

@@ -0,0 +1,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.hello = void 0;
function hello() {
return 'hello';
}
exports.hello = hello;