Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts705 export interface ThisTypeAnnotation extends Node { interface
1483 | ThisTypeAnnotation
1513 | ThisTypeAnnotation
1527 | ThisTypeAnnotation
1829 export function thisTypeAnnotation(): ThisTypeAnnotation;
2151 …n isThisTypeAnnotation(node: object | null | undefined, opts?: object): node is ThisTypeAnnotation;
2610 ): asserts node is ThisTypeAnnotation;