allowInterop<F extends Function> function

F allowInterop<F extends Function>(
  1. F f
)

Implementation

F allowInterop<F extends Function>(F f) {
  return f;
}