[**library-complete-template**](../README.md) • **Docs**

***

# 函数: helloWorld()

### 这是一个示例函数,它打印一个Hello,World字符串

> **helloWorld**(): `string`

## 返回值类型

`string`

## 示例

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

## 查看源码

[index.ts:22](https://github.com/hacxy/library-complete-template/blob/f09d8d930b62c19f5fc94416bb0cda4560c0bb0f/src/index.ts#L22)
