goog.module('typewildcards.Function');

goog.require('nativebootstrap.Util');
goog.require('typewildcards.Function.$LambdaAdaptor');

const typewildcards_Function = goog.require('typewildcards.Function$impl');
exports = typewildcards_Function;
