import { default } from "https://dotland.deno.dev/x/kafkasaur@v0.0.7/src/utils/long.ts";
Methods
divide(divisor: any)
Returns this Long divided by the specified. The result is signed if this Long is signed or unsigned if this Long is unsigned.
gte(other: any)
notEquals(other: any)
shiftRight(numBits: any)
Returns this Long with bits arithmetically shifted to the right by the given amount.
shiftRightUnsigned(numBits: any)
Returns this Long with bits logically shifted to the right by the given amount.
Static Methods
fromBits(value: any)
fromInt(value: any)
fromNumber(value: any)
fromString(str: any)
fromValue(val: any)
isLong(obj: any)