Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts1020 export interface TSIndexSignature extends Node { interface
1586 | TSIndexSignature
1944 export function TSIndexSignature(parameters: Identifier[], typeAnnotation?: TSTypeAnnotation): TSIn…
2297 …ction isTSIndexSignature(node: object | null | undefined, opts?: object): node is TSIndexSignature;
2817 ): asserts node is TSIndexSignature;