UNPKG

vue-devtools-stub

Version:

[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Github Actions][github-actions-src]][github-actions-href] [![Codecov][codecov-src]][codecov-href]

12 lines (10 loc) 267 B
const setupDevtoolsPlugin = () => { }; const isPerformanceSupported = () => false; const now = () => Date.now(); const index = { setupDevtoolsPlugin, isPerformanceSupported, now }; export { index as default, isPerformanceSupported, now, setupDevtoolsPlugin };