react18-学习笔记5-安装和使用ts

npm install typescript -g

const hello =(name:string)=>{
    return `hello ${name}`
}
hello("viking")

tsc 进行编译

posted @ 2022-08-26 20:35  前端导师歌谣  阅读(88)  评论(0)    收藏  举报