Perform JavaScript subtraction (-) on two values.
-
external T subtract<T>(Object? first, Object? second);