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