goog.module('nullability.MyFunction');

goog.require('nativebootstrap.Util');

const MyFunction = goog.require('nullability.MyFunction$impl');
exports = MyFunction;
