Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts1206 export interface TSTypePredicate extends Node { interface
1574 | TSTypePredicate
1997 export function TSTypePredicate(
2000 ): TSTypePredicate;
2344 …unction isTSTypePredicate(node: object | null | undefined, opts?: object): node is TSTypePredicate;
2891 …rtTSTypePredicate(node: object | null | undefined, opts?: object): asserts node is TSTypePredicate;