SourceTermAnalysisSystem_vue/node_modules/eslint-plugin-toml/lib/utils/bit.d.ts

9 lines
187 B
TypeScript
Raw Normal View History

2026-05-15 10:22:44 +08:00
export type MaxValues = {
"+": string;
"-": string;
"0x": string;
"0o": string;
"0b": string;
};
export declare function maxBitToMaxValues(maxBit: number): MaxValues;