goog.module('overwrittentypevariables.HashFunction');

goog.require('nativebootstrap.Util');
goog.require('overwrittentypevariables.MyFunction');

const HashFunction = goog.require('overwrittentypevariables.HashFunction$impl');
exports = HashFunction;
