goog.module('jsmethod.JsMethodExample.Base');

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

const Base = goog.require('jsmethod.JsMethodExample.Base$impl');
exports = Base;
