goog.module('jsfunction.Main.JsFunctionOptionalImpl');

goog.require('java.lang.Double');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.JavaScriptFunction');
goog.require('vmbootstrap.Primitives');

const JsFunctionOptionalImpl = goog.require('jsfunction.Main.JsFunctionOptionalImpl$impl');
exports = JsFunctionOptionalImpl;
