Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts939 export interface TSConstructorType extends Node { interface
1556 | TSConstructorType
1911 export function TSConstructorType(
1914 ): TSConstructorType;
2278 …ion isTSConstructorType(node: object | null | undefined, opts?: object): node is TSConstructorType;
2786 ): asserts node is TSConstructorType;