@callstack/repack-dev-server
Version:
A bundler-agnostic development server for React Native applications as part of @callstack/repack.
15 lines (14 loc) • 392 B
JavaScript
/**
* Internal types. Do not use.
*
* @internal
*/
export var Internal;
(function (Internal) {
let EventTypes;
(function (EventTypes) {
EventTypes["BuildStart"] = "BuildStart";
EventTypes["BuildEnd"] = "BuildEnd";
EventTypes["HmrEvent"] = "HmrEvent";
})(EventTypes = Internal.EventTypes || (Internal.EventTypes = {}));
})(Internal || (Internal = {}));