export function remove (arr: Array<any>, item: any): Array<any> | void {
// 函数内容
}
如上面函数声明,冒号后面的类型描述,除了描述之外,有什么实际作用吗?
相关分类