allowInteropCaptureThis function

Function allowInteropCaptureThis(
  1. Function f
)

Implementation

Function allowInteropCaptureThis(Function f) {
  return f;
}