Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts684 export interface NullableTypeAnnotation extends Node { interface
1478 | NullableTypeAnnotation
1508 | NullableTypeAnnotation
1824 export function nullableTypeAnnotation(typeAnnotation?: FlowTypeAnnotation): NullableTypeAnnotation;
2140 ): node is NullableTypeAnnotation;
2590 ): asserts node is NullableTypeAnnotation;