UNPKG
@danhu90/work-template-cli
Version:
latest (1.0.3)
1.0.3
1.0.2
A CLI to bootstrap my projects
github.com/danhu90/work-template-cli
danhu90/work-template-cli
@danhu90/work-template-cli
/
templates
/
lambda-serverless-ts
/
src
/
functions
/
hello.ts
4 lines
(3 loc)
•
76 B
text/typescript
View Raw
1
2
3
4
export
async
function
hello
(
):
Promise
<string> {
return
'Hello World!'
; }