Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts714 export interface TypeofTypeAnnotation extends Node { interface
1485 | TypeofTypeAnnotation
1515 | TypeofTypeAnnotation
1831 export function typeofTypeAnnotation(argument?: FlowTypeAnnotation): TypeofTypeAnnotation;
2153 …TypeofTypeAnnotation(node: object | null | undefined, opts?: object): node is TypeofTypeAnnotation;
2618 ): asserts node is TypeofTypeAnnotation;