not<T> function

T not<T>(
  1. Object? o
)

Perform JavaScript logical not (!) on the given object.

Implementation

external T not<T>(Object? o);