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

goog.require('jsmethod.JsMethodExample.Base');
goog.require('nativebootstrap.Util');

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