Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts790 export interface VoidTypeAnnotation extends Node { interface
1497 | VoidTypeAnnotation;
1519 | VoidTypeAnnotation;
1528 | VoidTypeAnnotation;
1859 export function voidTypeAnnotation(): VoidTypeAnnotation;
2178 …n isVoidTypeAnnotation(node: object | null | undefined, opts?: object): node is VoidTypeAnnotation;
2661 ): asserts node is VoidTypeAnnotation;