goog.module('companion.JsTypeWithCompanion');

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

const JsTypeWithCompanion = goog.require('companion.JsTypeWithCompanion$impl');
exports = JsTypeWithCompanion;
