Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts1052 export interface TSLiteralType extends Node { interface
1561 | TSLiteralType
1954 export function TSLiteralType(literal: NumericLiteral | StringLiteral | BooleanLiteral): TSLiteralT…
2305 …rt function isTSLiteralType(node: object | null | undefined, opts?: object): node is TSLiteralType;
2831 …assertTSLiteralType(node: object | null | undefined, opts?: object): asserts node is TSLiteralType;