Int64: {
    add(a, b): Int64Type;
    equals(a, b): boolean;
    intToNum(a): number;
    isInt(a): a is Int64Type;
    numToInt(a): Int64Type;
    strToInt(a): Int64Type;
}

Type declaration

  • add:function
  • equals:function
    • Parameters

      Returns boolean

  • intToNum:function
    • Parameters

      Returns number

  • isInt:function
    • Parameters

      • a: unknown

      Returns a is Int64Type

  • numToInt:function
    • Parameters

      • a: number

      Returns Int64Type

  • strToInt:function
    • Parameters

      • a: string

      Returns Int64Type

Generated using TypeDoc