goog.module('jsmethod.JsMethodExample.SubJsType.Companion');

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

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