Skip to content

vitepress-ssgReadme | API


函数: helloWorld()

helloWorld

helloWorld(): string

返回值类型

string

方法名称

helloWorld

示例

ts
console.log(helloWorld()); // Hello, World!

查看源码

index.ts:24

Released under the MIT License.