Any compatible Long instance.
This is a minimal stand-alone definition of a Long instance. The actual type is that exported by long.js.
Properties:
low |
number | Low bits |
high |
number | High bits |
unsigned |
boolean | Whether unsigned or not |