goog.module('jsfunction.Main.Implementor');

goog.require('java.lang.Object');
goog.require('jsfunction.Main.ApiWithMethodReturningParametricJsFunction');
goog.require('nativebootstrap.Util');

const Implementor = goog.require('jsfunction.Main.Implementor$impl');
exports = Implementor;
