Appearance
vitepress-ssg • Readme | API
sayHello(name): string
name
string
这是一个说hello的函数
console.log(sayHello('hacxy')); // Hello, hacxy!
index.ts:11