Searched refs:FunctionTypeParam (Results 1 – 2 of 2) sorted by relevance
643 params: FunctionTypeParam[];644 rest: FunctionTypeParam;648 export interface FunctionTypeParam extends Node { interface1472 | FunctionTypeParam1806 params?: FunctionTypeParam[],1807 rest?: FunctionTypeParam,1810 …ction functionTypeParam(name?: Identifier, typeAnnotation?: FlowTypeAnnotation): FunctionTypeParam;2128 …ion isFunctionTypeParam(node: object | null | undefined, opts?: object): node is FunctionTypeParam;2566 ): asserts node is FunctionTypeParam;
25 * Fix location info on FunctionTypeParam nodes (#565) (#571) (Michal Srb)