Files
memecoin-botV2/.pnpm-store/v10/files/7b/207495a707baced1402c41636110067a7c06b0d895836d0bba1f8917216fba49f6da3a0c3c4b1f7fe06ecc6b0e86e4166583299d4e63199c3c950f1bb0fa16

3 lines
135 B
Plaintext

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