elearning/Frontend-Learner/node_modules/vue-devtools-stub/dist/index.cjs
2026-01-13 10:48:02 +07:00

18 lines
422 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
const setupDevtoolsPlugin = () => {
};
const isPerformanceSupported = () => false;
const now = () => Date.now();
const index = {
setupDevtoolsPlugin,
isPerformanceSupported,
now
};
exports["default"] = index;
exports.isPerformanceSupported = isPerformanceSupported;
exports.now = now;
exports.setupDevtoolsPlugin = setupDevtoolsPlugin;