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

11 lines
267 B
JavaScript

const setupDevtoolsPlugin = () => {
};
const isPerformanceSupported = () => false;
const now = () => Date.now();
const index = {
setupDevtoolsPlugin,
isPerformanceSupported,
now
};
export { index as default, isPerformanceSupported, now, setupDevtoolsPlugin };