goog.module('nativejstypeobjectmethods.Main.Companion');

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

const Companion = goog.require('nativejstypeobjectmethods.Main.Companion$impl');
exports = Companion;
