goog.module('jsfunction.Implementor');

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

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