Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts1178 export interface TSTypeLiteral extends Node { interface
1572 | TSTypeLiteral
1992 export function TSTypeLiteral(members: TSTypeElement[]): TSTypeLiteral;
2333 …rt function isTSTypeLiteral(node: object | null | undefined, opts?: object): node is TSTypeLiteral;
2880 …assertTSTypeLiteral(node: object | null | undefined, opts?: object): asserts node is TSTypeLiteral;