Home
last modified time | relevance | path

Searched refs:TSFunctionType (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts1006 export interface TSFunctionType extends Node { interface
1558 | TSFunctionType
1936 export function TSFunctionType(
1939 ): TSFunctionType;
2292 … function isTSFunctionType(node: object | null | undefined, opts?: object): node is TSFunctionType;
2809 …sertTSFunctionType(node: object | null | undefined, opts?: object): asserts node is TSFunctionType;