Skip to content

Home > @ailer/pocket > getType

getType() function

获取参数的类型

Signature:

typescript
getType: (param: any) => string

Parameters

Parameter

Type

Description

param

any

要获取类型的参数

**Returns:**

string

参数的类型字符串

在 MIT 许可下发布