mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-26 13:44:17 +01:00
Correct support rshift for 64-bit numbers
This commit is contained in:
@@ -13,7 +13,7 @@ interface ParserConfig {
|
||||
}
|
||||
|
||||
export interface ParsedNumber {
|
||||
value: number|bigint;
|
||||
value: NumberType;
|
||||
base: NumberBase;
|
||||
input: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user