goog.module('intersectiontype.Getable');

goog.require('intersectiontype.Getable.$LambdaAdaptor');
goog.require('nativebootstrap.Util');

const Getable = goog.require('intersectiontype.Getable$impl');
exports = Getable;
