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

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.JavaScriptFunction');

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