AllowInteropFunctionWrapper constructor

const AllowInteropFunctionWrapper(
  1. Function inner
)

The code is used only internally and is not a public API. The comment exists mainly to satisfy the linter.

Implementation

const AllowInteropFunctionWrapper(this.inner);