版博士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.esm-bundler.js 241 B

пре 1 година
1234567891011
  1. /*!
  2. * devtools-if v9.2.2
  3. * (c) 2022 kazuya kawaguchi
  4. * Released under the MIT License.
  5. */
  6. const IntlifyDevToolsHooks = {
  7. I18nInit: 'i18n:init',
  8. FunctionTranslate: 'function:translate'
  9. };
  10. export { IntlifyDevToolsHooks };