Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/vue-devtools-stub/dist/index.mjs
T
2025-09-18 19:01:22 +07:00

12 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 };