标签: typescript
我的代码如下:
const commands: any[] = []; export function getCommands(): any[] { return getCommands; }
我的错误消息是:
Type () => any() is not assignable to type any[]
为什么会出现此错误?