UNPKG
@hellosam33/goodbye-ts-study
Version:
latest (1.0.1)
1.0.1
안뇽 타입스크립트 스터디
@hellosam33/goodbye-ts-study
/
index.ts
7 lines
(6 loc)
•
187 B
text/typescript
View Raw
1
2
3
4
5
6
7
function
sayHello
(
) {
const
name
: string =
'jshur'
;
console
.
log
(
`hello
${name}
`
);
console
.
log
(
'넘모 유힉했던 타입스크립트 스터디.'
); }
export
default
sayHello;