modulo method

JSAny modulo(
  1. JSAny? any
)

The result of this % any in JavaScript.

Implementation

external JSAny modulo(JSAny? any);