Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts1065 export interface TSMethodSignature extends Node { interface
1587 | TSMethodSignature
1956 export function TSMethodSignature(
1961 ): TSMethodSignature;
2307 …ion isTSMethodSignature(node: object | null | undefined, opts?: object): node is TSMethodSignature;
2836 ): asserts node is TSMethodSignature;