UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

15 lines (14 loc) 615 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NCS_STORAGE = void 0; // Disable no-re-export rule for entry point files /* eslint-disable @atlaskit/editor/no-re-export */ var NCS_STORAGE = exports.NCS_STORAGE = /*#__PURE__*/function (NCS_STORAGE) { // remove step metrics keys when cleaning up platform_editor_remove_collab_step_metrics NCS_STORAGE["NCS_STORAGE_CLIENT_KEY"] = "ncs-session-step-metrics-storage"; NCS_STORAGE["NCS_SESSION_STEP_METRICS"] = "ncsSessionStepMetrics"; NCS_STORAGE["NCS_ACTIVE_SESSIONS"] = "ncsActiveSessions"; return NCS_STORAGE; }({});