goog.module('jsenum.Supplier');

goog.require('nativebootstrap.Util');

const Supplier = goog.require('jsenum.Supplier$impl');
exports = Supplier;
