3 lines
135 B
Plaintext
3 lines
135 B
Plaintext
import type * as ts from 'typescript';
|
|
export declare const getValueOfLiteralType: (type: ts.LiteralType) => bigint | number | string;
|