elearning/Frontend-Learner/node_modules/vue-devtools-stub/dist/index.mjs

12 lines
267 B
JavaScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
const setupDevtoolsPlugin = () => {
};
const isPerformanceSupported = () => false;
const now = () => Date.now();
const index = {
setupDevtoolsPlugin,
isPerformanceSupported,
now
};
export { index as default, isPerformanceSupported, now, setupDevtoolsPlugin };