UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

10 lines (8 loc) 227 B
goog.provide("goog.events.EventId"); goog.events.EventId = function(eventId) { this.id = eventId; }; goog.events.EventId.prototype.toString = function() { return this.id; }; //# sourceMappingURL=goog.events.eventid.js.map