版博士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.
 
 
 
 

8 rivejä
455 B

  1. export type InstalledPackage = 'vue-i18n' | 'petite-vue-i18n';
  2. export declare function checkInstallPackage(pkg: string, debug: Function): InstalledPackage;
  3. export declare function checkVueI18nBridgeInstallPackage(debug: Function): boolean;
  4. type VueI18nVersion = '8' | '9' | 'unknown' | '';
  5. export declare function getVueI18nVersion(debug: Function): VueI18nVersion;
  6. export declare function loadModule(moduleName: string, debug: Function): any;
  7. export {};