Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts1126 export interface TSPropertySignature extends Node { interface
1588 | TSPropertySignature;
1975 export function TSPropertySignature(
1979 ): TSPropertySignature;
2321 …isTSPropertySignature(node: object | null | undefined, opts?: object): node is TSPropertySignature;
2865 ): asserts node is TSPropertySignature;