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

***

# 函数: sayHello()

### 这是一个说hello的函数

> **sayHello**(`name`): `string`

## 参数

| 参数名 | 类型 | 描述 |
| :------ | :------ | :------ |
| `name` | `string` | 名称 |

## 返回值类型

`string`

## 示例

```ts
console.log(sayHello('hacxy')); // Hello, hacxy!
```

## 查看源码

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