UNPKG
node-aws-tools
Version:
latest (0.1.0)
0.1.0
github.com/GlenCodez/aws-tools
GlenCodez/aws-tools
node-aws-tools
/
src
/
main.ts
5 lines
(4 loc)
•
62 B
text/typescript
View Raw
1
2
3
4
5
const
main
= (
) => {
console
.
log
(
"main function"
) }
main
();