/* * @providesModule ImplicitProvidesModule * @flow */ class Implementation {} module.exports.fun = (): Implementation => new Implementation;