版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

devtools-if.cjs.js 340 B

123456789101112131415
  1. /*!
  2. * devtools-if v9.2.2
  3. * (c) 2022 kazuya kawaguchi
  4. * Released under the MIT License.
  5. */
  6. 'use strict';
  7. Object.defineProperty(exports, '__esModule', { value: true });
  8. const IntlifyDevToolsHooks = {
  9. I18nInit: 'i18n:init',
  10. FunctionTranslate: 'function:translate'
  11. };
  12. exports.IntlifyDevToolsHooks = IntlifyDevToolsHooks;