为了账号安全,请及时绑定邮箱和手机立即绑定

这个typescript代码是什么意思?

这个typescript代码是什么意思?

largeQ 2018-10-24 12:44:00
下面这段typescript代码:function rule(name?: string, options?: IRuleOptions)(func: IRuleFunction): Rule export type IRuleFunction = (   parent?: any,   args?: any,   context?: any,   info?: GraphQLResolveInfo, ) => IRuleResult | Promise<IRuleResult>interface IRuleOptions {   cache?: ICacheOptions   fragment?: IFragment }问题:第一行代码如下:function rule(name?: string, options?: IRuleOptions)(func: IRuleFunction): Rule               -------------------------------------  -------------------   ----                                 (1)                        (2)          (3)(1)是函数的参数,可以看懂。(2)和(3)是什么意思?请大佬指导一下,谢谢更新: 代码来源:https://github.com/maticzav/g...
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 759 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信