goog.module('typewildcards.List');

goog.require('nativebootstrap.Util');

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