first commit
This commit is contained in:
7
build/index.js
Normal file
7
build/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.hello = void 0;
|
||||
function hello() {
|
||||
return 'hello';
|
||||
}
|
||||
exports.hello = hello;
|
||||
Reference in New Issue
Block a user